public enum EntityAssociationAssociationStatus extends java.lang.Enum<EntityAssociationAssociationStatus>
Enum Constant and Description |
---|
ASSOCIATION_BROKEN
Association Broken
|
FUNCTIONAL_ASSOCIATION_GENERAL
Functional Association (General)
|
FUNCTIONAL_ASSOCIATION_OBJECT_1
Functional Association (Object 1)
|
FUNCTIONAL_ASSOCIATION_OBJECT_2
Functional Association (Object 2)
|
NOT_SPECIFIED
Not Specified
|
PHYSICAL_ASSOCIATION_GENERAL_OBJECT_1
Physical Association (General/Object 1)
|
PHYSICAL_ASSOCIATION_OBJECT_2
Physical Association (Object 2)
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
static int |
getEnumBitWidth() |
static EntityAssociationAssociationStatus |
getEnumForValue(int i) |
int |
getMarshalledSize() |
int |
getValue() |
void |
marshal(java.nio.ByteBuffer buff) |
void |
marshal(java.io.DataOutputStream dos) |
static EntityAssociationAssociationStatus |
unmarshalEnum(java.nio.ByteBuffer buff) |
static EntityAssociationAssociationStatus |
unmarshalEnum(java.io.DataInputStream dis) |
static EntityAssociationAssociationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EntityAssociationAssociationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityAssociationAssociationStatus NOT_SPECIFIED
public static final EntityAssociationAssociationStatus PHYSICAL_ASSOCIATION_GENERAL_OBJECT_1
public static final EntityAssociationAssociationStatus FUNCTIONAL_ASSOCIATION_GENERAL
public static final EntityAssociationAssociationStatus ASSOCIATION_BROKEN
public static final EntityAssociationAssociationStatus PHYSICAL_ASSOCIATION_OBJECT_2
public static final EntityAssociationAssociationStatus FUNCTIONAL_ASSOCIATION_OBJECT_1
public static final EntityAssociationAssociationStatus FUNCTIONAL_ASSOCIATION_OBJECT_2
public static EntityAssociationAssociationStatus[] values()
for (EntityAssociationAssociationStatus c : EntityAssociationAssociationStatus.values()) System.out.println(c);
public static EntityAssociationAssociationStatus 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 EntityAssociationAssociationStatus 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 EntityAssociationAssociationStatus unmarshalEnum(java.io.DataInputStream dis) throws java.lang.Exception
java.lang.Exception
public static EntityAssociationAssociationStatus unmarshalEnum(java.nio.ByteBuffer buff) throws java.lang.Exception
java.lang.Exception
public int getMarshalledSize()