public static enum ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum extends java.lang.Enum<ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum>
| Modifier and Type | Method and Description | 
|---|---|
| static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum | fromInt(int pageType) | 
| int | getValue() | 
| static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismNone
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismFloorRequest
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismFloorRelease
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismQueuePositionInfoRequest
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismTransmissionRequest
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismTransmissionEndRequest
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismReceptionRequest
public static final ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum ControlMechanismReceptionEndRequest
public static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum[] values()
for (ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum c : ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum.values()) System.out.println(c);
public static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum 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 static ConstantsMCOP.ControlMechanismEventExtras.ControlMechanismOperationTypeEnum fromInt(int pageType)