Package | Description |
---|---|
edu.nps.moves.dis7 | |
edu.nps.moves.dis7.enumerations |
Modifier and Type | Field and Description |
---|---|
protected EntityAssociationGroupMemberType |
EntityAssociationVP.groupMemberType
Type of member the entity is within the group uid 321
|
Modifier and Type | Method and Description |
---|---|
EntityAssociationGroupMemberType |
EntityAssociationVP.getGroupMemberType()
Getter for
EntityAssociationVP.groupMemberType |
Modifier and Type | Method and Description |
---|---|
EntityAssociationVP |
EntityAssociationVP.setGroupMemberType(EntityAssociationGroupMemberType pGroupMemberType)
Setter for
EntityAssociationVP.groupMemberType |
Modifier and Type | Method and Description |
---|---|
static EntityAssociationGroupMemberType |
EntityAssociationGroupMemberType.getEnumForValue(int i) |
static EntityAssociationGroupMemberType |
EntityAssociationGroupMemberType.unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityAssociationGroupMemberType |
EntityAssociationGroupMemberType.unmarshalEnum(java.io.DataInputStream dis) |
static EntityAssociationGroupMemberType |
EntityAssociationGroupMemberType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAssociationGroupMemberType[] |
EntityAssociationGroupMemberType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|