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