Enum Class ChartStateEnumProto.ChartStateEnumPb
java.lang.Object
java.lang.Enum<ChartStateEnumProto.ChartStateEnumPb>
com.inductiveautomation.sfc.rpc.proto.gen.ChartStateEnumProto.ChartStateEnumPb
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<ChartStateEnumProto.ChartStateEnumPb>,Constable
- Enclosing class:
- ChartStateEnumProto
public static enum ChartStateEnumProto.ChartStateEnumPb
extends Enum<ChartStateEnumProto.ChartStateEnumPb>
implements com.google.protobuf.ProtocolMessageEnum
com.inductiveautomation.sfc.ChartStateEnumProtobuf enum
sfc.protobuf.ChartStateEnumPb-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAborted = 0;Aborting = 1;Canceled = 2;Canceling = 3;Initial = 4;InitPaused = 5;Paused = 6;Pausing = 7;RedundantInactive = 14;Resuming = 8;Running = 9;Starting = 10;Stopped = 11;Stopping = 12;Suspended = 13; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAborted = 0;static final intAborting = 1;static final intCanceled = 2;static final intCanceling = 3;static final intInitial = 4;static final intInitPaused = 5;static final intPaused = 6;static final intPausing = 7;static final intRedundantInactive = 14;static final intResuming = 8;static final intRunning = 9;static final intStarting = 10;static final intStopped = 11;static final intStopping = 12;static final intSuspended = 13; -
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<ChartStateEnumProto.ChartStateEnumPb>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.static ChartStateEnumProto.ChartStateEnumPb[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
Aborted
Aborted = 0; -
Aborting
Aborting = 1; -
Canceled
Canceled = 2; -
Canceling
Canceling = 3; -
Initial
Initial = 4; -
InitPaused
InitPaused = 5; -
Paused
Paused = 6; -
Pausing
Pausing = 7; -
Resuming
Resuming = 8; -
Running
Running = 9; -
Starting
Starting = 10; -
Stopped
Stopped = 11; -
Stopping
Stopping = 12; -
Suspended
Suspended = 13; -
RedundantInactive
RedundantInactive = 14; -
UNRECOGNIZED
-
-
Field Details
-
Aborted_VALUE
public static final int Aborted_VALUEAborted = 0;- See Also:
-
Aborting_VALUE
public static final int Aborting_VALUEAborting = 1;- See Also:
-
Canceled_VALUE
public static final int Canceled_VALUECanceled = 2;- See Also:
-
Canceling_VALUE
public static final int Canceling_VALUECanceling = 3;- See Also:
-
Initial_VALUE
public static final int Initial_VALUEInitial = 4;- See Also:
-
InitPaused_VALUE
public static final int InitPaused_VALUEInitPaused = 5;- See Also:
-
Paused_VALUE
public static final int Paused_VALUEPaused = 6;- See Also:
-
Pausing_VALUE
public static final int Pausing_VALUEPausing = 7;- See Also:
-
Resuming_VALUE
public static final int Resuming_VALUEResuming = 8;- See Also:
-
Running_VALUE
public static final int Running_VALUERunning = 9;- See Also:
-
Starting_VALUE
public static final int Starting_VALUEStarting = 10;- See Also:
-
Stopped_VALUE
public static final int Stopped_VALUEStopped = 11;- See Also:
-
Stopping_VALUE
public static final int Stopping_VALUEStopping = 12;- See Also:
-
Suspended_VALUE
public static final int Suspended_VALUESuspended = 13;- See Also:
-
RedundantInactive_VALUE
public static final int RedundantInactive_VALUERedundantInactive = 14;- 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<ChartStateEnumProto.ChartStateEnumPb> 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 ChartStateEnumProto.ChartStateEnumPb 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
-