public static enum SiLAFramework.BasicType extends Enum<SiLAFramework.BasicType> implements com.google.protobuf.ProtocolMessageEnum
-------- Framework Types --------Protobuf enum
sila2.org.silastandard.BasicType| Enum Constant and Description |
|---|
BOOLEAN
BOOLEAN = 3; |
DATE
DATE = 6; |
INTEGER
INTEGER = 1; |
LARGE_BINARY
LARGE_BINARY = 5; |
REAL
REAL = 2; |
SMALL_BINARY
SMALL_BINARY = 4; |
STRING
STRING = 0; |
TIME
TIME = 7; |
TIME_STAMP
TIME_STAMP = 8; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE
BOOLEAN = 3; |
static int |
DATE_VALUE
DATE = 6; |
static int |
INTEGER_VALUE
INTEGER = 1; |
static int |
LARGE_BINARY_VALUE
LARGE_BINARY = 5; |
static int |
REAL_VALUE
REAL = 2; |
static int |
SMALL_BINARY_VALUE
SMALL_BINARY = 4; |
static int |
STRING_VALUE
STRING = 0; |
static int |
TIME_STAMP_VALUE
TIME_STAMP = 8; |
static int |
TIME_VALUE
TIME = 7; |
| Modifier and Type | Method and Description |
|---|---|
static SiLAFramework.BasicType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<SiLAFramework.BasicType> |
internalGetValueMap() |
static SiLAFramework.BasicType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SiLAFramework.BasicType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLAFramework.BasicType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLAFramework.BasicType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLAFramework.BasicType STRING
STRING = 0;public static final SiLAFramework.BasicType INTEGER
INTEGER = 1;public static final SiLAFramework.BasicType REAL
REAL = 2;public static final SiLAFramework.BasicType BOOLEAN
BOOLEAN = 3;public static final SiLAFramework.BasicType SMALL_BINARY
SMALL_BINARY = 4;public static final SiLAFramework.BasicType LARGE_BINARY
LARGE_BINARY = 5;public static final SiLAFramework.BasicType DATE
DATE = 6;public static final SiLAFramework.BasicType TIME
TIME = 7;public static final SiLAFramework.BasicType TIME_STAMP
TIME_STAMP = 8;public static final SiLAFramework.BasicType UNRECOGNIZED
public static final int STRING_VALUE
STRING = 0;public static final int INTEGER_VALUE
INTEGER = 1;public static final int REAL_VALUE
REAL = 2;public static final int BOOLEAN_VALUE
BOOLEAN = 3;public static final int SMALL_BINARY_VALUE
SMALL_BINARY = 4;public static final int LARGE_BINARY_VALUE
LARGE_BINARY = 5;public static final int DATE_VALUE
DATE = 6;public static final int TIME_VALUE
TIME = 7;public static final int TIME_STAMP_VALUE
TIME_STAMP = 8;public static SiLAFramework.BasicType[] values()
for (SiLAFramework.BasicType c : SiLAFramework.BasicType.values()) System.out.println(c);
public static SiLAFramework.BasicType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static SiLAFramework.BasicType valueOf(int value)
forNumber(int) instead.public static SiLAFramework.BasicType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<SiLAFramework.BasicType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static SiLAFramework.BasicType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.