|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openiec61850.common.model.ModelNode
org.openiec61850.common.model.BasicDataAttribute
org.openiec61850.common.model.datypes.basic.INT64
public class INT64
Field Summary |
---|
Fields inherited from class org.openiec61850.common.model.BasicDataAttribute |
---|
basicType, dchg, dupd, qchg, sAddr |
Fields inherited from class org.openiec61850.common.model.ModelNode |
---|
children, fc, objectReference |
Constructor Summary | |
---|---|
INT64(ObjectReference objectReference,
FunctionalConstraint fc,
java.lang.String sAddr,
java.lang.Long value,
boolean dchg,
boolean dupd)
|
Method Summary | |
---|---|
INT64 |
copy()
Copies the whole node with all of its children. |
java.lang.Long |
getValue()
|
void |
setDefault()
|
void |
setValue(long value)
|
Methods inherited from class org.openiec61850.common.model.BasicDataAttribute |
---|
getBasicDataAttributes, getBasicType, getChild, getChild, getChildren, getDchg, getDupd, getQchg, getSAddr, iterator |
Methods inherited from class org.openiec61850.common.model.ModelNode |
---|
findSubNode, getFunctionalConstraint, getIterators, getNodeName, getReference, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public INT64(ObjectReference objectReference, FunctionalConstraint fc, java.lang.String sAddr, java.lang.Long value, boolean dchg, boolean dupd)
Method Detail |
---|
public void setValue(long value)
public java.lang.Long getValue()
getValue
in class BasicDataAttribute
public void setDefault()
setDefault
in class BasicDataAttribute
public INT64 copy()
ModelNode
copy
in class ModelNode
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |