public static enum Protos.Value.Type extends java.lang.Enum<Protos.Value.Type>
mesos.Value.Type| Enum Constant and Description | 
|---|
| RANGESRANGES = 1; | 
| SCALARSCALAR = 0; | 
| SETSET = 2; | 
| TEXTTEXT = 3; | 
| Modifier and Type | Field and Description | 
|---|---|
| static int | RANGES_VALUERANGES = 1; | 
| static int | SCALAR_VALUESCALAR = 0; | 
| static int | SET_VALUESET = 2; | 
| static int | TEXT_VALUETEXT = 3; | 
| Modifier and Type | Method and Description | 
|---|---|
| static Protos.Value.Type | 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 <any> | internalGetValueMap() | 
| static Protos.Value.Type | valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) | 
| static Protos.Value.Type | valueOf(int value)Deprecated. 
 Use  forNumber(int)instead. | 
| static Protos.Value.Type | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static Protos.Value.Type[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Protos.Value.Type SCALAR
SCALAR = 0;public static final Protos.Value.Type RANGES
RANGES = 1;public static final Protos.Value.Type SET
SET = 2;public static final Protos.Value.Type TEXT
TEXT = 3;public static final int SCALAR_VALUE
SCALAR = 0;public static final int RANGES_VALUE
RANGES = 1;public static final int SET_VALUE
SET = 2;public static final int TEXT_VALUE
TEXT = 3;public static Protos.Value.Type[] values()
for (Protos.Value.Type c : Protos.Value.Type.values()) System.out.println(c);
public static Protos.Value.Type 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 final int getNumber()
@Deprecated public static Protos.Value.Type valueOf(int value)
forNumber(int) instead.public static Protos.Value.Type forNumber(int value)
public static <any> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Protos.Value.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)