Enum Class ChartStatusProto.ChartStatusPb.ElementStateEnumPb
java.lang.Object
java.lang.Enum<ChartStatusProto.ChartStatusPb.ElementStateEnumPb>
com.inductiveautomation.sfc.rpc.proto.gen.ChartStatusProto.ChartStatusPb.ElementStateEnumPb
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ChartStatusProto.ChartStatusPb.ElementStateEnumPb>,Constable
- Enclosing class:
- ChartStatusProto.ChartStatusPb
public static enum ChartStatusProto.ChartStatusPb.ElementStateEnumPb
extends Enum<ChartStatusProto.ChartStatusPb.ElementStateEnumPb>
implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum
sfc.protobuf.ChartStatusPb.ElementStateEnumPb-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAborted = 1;Aborting = 0;Activating = 2;Active = 3;Canceled = 10;Cancelling = 9;Deactivating = 4;Inactive = 5;Paused = 7;Pausing = 6;Resuming = 8; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAborted = 1;static final intAborting = 0;static final intActivating = 2;static final intActive = 3;static final intCanceled = 10;static final intCancelling = 9;static final intDeactivating = 4;static final intInactive = 5;static final intPaused = 7;static final intPausing = 6;static final intResuming = 8; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ChartStatusProto.ChartStatusPb.ElementStateEnumPb>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Aborting
Aborting = 0; -
Aborted
Aborted = 1; -
Activating
Activating = 2; -
Active
Active = 3; -
Deactivating
Deactivating = 4; -
Inactive
Inactive = 5; -
Pausing
Pausing = 6; -
Paused
Paused = 7; -
Resuming
Resuming = 8; -
Cancelling
Cancelling = 9; -
Canceled
Canceled = 10; -
UNRECOGNIZED
-
-
Field Details
-
Aborting_VALUE
public static final int Aborting_VALUEAborting = 0;- See Also:
-
Aborted_VALUE
public static final int Aborted_VALUEAborted = 1;- See Also:
-
Activating_VALUE
public static final int Activating_VALUEActivating = 2;- See Also:
-
Active_VALUE
public static final int Active_VALUEActive = 3;- See Also:
-
Deactivating_VALUE
public static final int Deactivating_VALUEDeactivating = 4;- See Also:
-
Inactive_VALUE
public static final int Inactive_VALUEInactive = 5;- See Also:
-
Pausing_VALUE
public static final int Pausing_VALUEPausing = 6;- See Also:
-
Paused_VALUE
public static final int Paused_VALUEPaused = 7;- See Also:
-
Resuming_VALUE
public static final int Resuming_VALUEResuming = 8;- See Also:
-
Cancelling_VALUE
public static final int Cancelling_VALUECancelling = 9;- See Also:
-
Canceled_VALUE
public static final int Canceled_VALUECanceled = 10;- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<ChartStatusProto.ChartStatusPb.ElementStateEnumPb> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static ChartStatusProto.ChartStatusPb.ElementStateEnumPb valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-