public enum EntityAssociationPhysicalConnectionType extends java.lang.Enum<EntityAssociationPhysicalConnectionType>
Enum Constant and Description |
---|
ATTACHED_DIRECTLY_TO_SURFACE
Attached Directly to Surface
|
CABLE_LINE
Cable Line
|
CABLE_WIRE
Cable Wire
|
CHAIN
Chain
|
FAST_ROPE
Fast Rope
|
HANDCUFFS
Handcuffs
|
IN_CONTACT_WITH
In Contact With
|
NOT_SPECIFIED
Not Specified
|
POWER_LINE
Power Line
|
REFUELING_BOOM
Refueling Boom
|
REFUELING_DROGUE
Refueling Drogue
|
ROPE
Rope
|
TELEPHONE_LINE
Telephone Line
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EntityAssociationPhysicalConnectionType |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EntityAssociationPhysicalConnectionType |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityAssociationPhysicalConnectionType |
unmarshalEnum(java.io.DataInputStream dis) |
static EntityAssociationPhysicalConnectionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAssociationPhysicalConnectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityAssociationPhysicalConnectionType NOT_SPECIFIED
public static final EntityAssociationPhysicalConnectionType ATTACHED_DIRECTLY_TO_SURFACE
public static final EntityAssociationPhysicalConnectionType CABLE_WIRE
public static final EntityAssociationPhysicalConnectionType ROPE
public static final EntityAssociationPhysicalConnectionType CHAIN
public static final EntityAssociationPhysicalConnectionType POWER_LINE
public static final EntityAssociationPhysicalConnectionType TELEPHONE_LINE
public static final EntityAssociationPhysicalConnectionType CABLE_LINE
public static final EntityAssociationPhysicalConnectionType REFUELING_DROGUE
public static final EntityAssociationPhysicalConnectionType REFUELING_BOOM
public static final EntityAssociationPhysicalConnectionType HANDCUFFS
public static final EntityAssociationPhysicalConnectionType IN_CONTACT_WITH
public static final EntityAssociationPhysicalConnectionType FAST_ROPE
public static EntityAssociationPhysicalConnectionType[] values()
for (EntityAssociationPhysicalConnectionType c : EntityAssociationPhysicalConnectionType.values()) System.out.println(c);
public static EntityAssociationPhysicalConnectionType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic int getValue()
public java.lang.String getDescription()
public static int getEnumBitWidth()
public static EntityAssociationPhysicalConnectionType getEnumForValue(int i)
public void marshal(java.io.DataOutputStream dos) throws java.io.IOException
java.io.IOException
public void marshal(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public static EntityAssociationPhysicalConnectionType unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EntityAssociationPhysicalConnectionType unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()