public static enum SiLAFramework.SiLAType.DataTypeCase extends Enum<SiLAFramework.SiLAType.DataTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BASICTYPE |
DATATYPE_NOT_SET |
LISTTYPE |
STRUCTURETYPE |
| Modifier and Type | Method and Description |
|---|---|
static SiLAFramework.SiLAType.DataTypeCase |
forNumber(int value) |
int |
getNumber() |
static SiLAFramework.SiLAType.DataTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SiLAFramework.SiLAType.DataTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiLAFramework.SiLAType.DataTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SiLAFramework.SiLAType.DataTypeCase BASICTYPE
public static final SiLAFramework.SiLAType.DataTypeCase LISTTYPE
public static final SiLAFramework.SiLAType.DataTypeCase STRUCTURETYPE
public static final SiLAFramework.SiLAType.DataTypeCase DATATYPE_NOT_SET
public static SiLAFramework.SiLAType.DataTypeCase[] values()
for (SiLAFramework.SiLAType.DataTypeCase c : SiLAFramework.SiLAType.DataTypeCase.values()) System.out.println(c);
public static SiLAFramework.SiLAType.DataTypeCase 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 null@Deprecated public static SiLAFramework.SiLAType.DataTypeCase valueOf(int value)
forNumber(int) instead.public static SiLAFramework.SiLAType.DataTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2019. All rights reserved.