Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected IsPartOfPosition |
Relationship.position
the position of the part entity with respect to the host entity and shall be represented by a 16-bit enumeration uid 211
|
Modifier and Type | Method and Description |
---|---|
IsPartOfPosition |
Relationship.getPosition()
Getter for
Relationship.position |
Modifier and Type | Method and Description |
---|---|
Relationship |
Relationship.setPosition(IsPartOfPosition pPosition)
Setter for
Relationship.position |
Modifier and Type | Method and Description |
---|---|
static IsPartOfPosition |
IsPartOfPosition.getEnumForValue(int i) |
static IsPartOfPosition |
IsPartOfPosition.unmarshalEnum(java.nio.ByteBuffer buff) |
static IsPartOfPosition |
IsPartOfPosition.unmarshalEnum(java.io.DataInputStream dis) |
static IsPartOfPosition |
IsPartOfPosition.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IsPartOfPosition[] |
IsPartOfPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|