public static enum TopologyAPI.CustomGroupingObjectType extends java.lang.Enum<TopologyAPI.CustomGroupingObjectType> implements com.google.protobuf.ProtocolMessageEnum
heron.proto.api.CustomGroupingObjectType
Enum Constant and Description |
---|
JAVA_OBJECT
JAVA_OBJECT = 1; |
PYTHON_OBJECT
PYTHON_OBJECT = 2; |
Modifier and Type | Field and Description |
---|---|
static int |
JAVA_OBJECT_VALUE
JAVA_OBJECT = 1; |
static int |
PYTHON_OBJECT_VALUE
PYTHON_OBJECT = 2; |
Modifier and Type | Method and Description |
---|---|
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<TopologyAPI.CustomGroupingObjectType> |
internalGetValueMap() |
static TopologyAPI.CustomGroupingObjectType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TopologyAPI.CustomGroupingObjectType |
valueOf(int value) |
static TopologyAPI.CustomGroupingObjectType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TopologyAPI.CustomGroupingObjectType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopologyAPI.CustomGroupingObjectType JAVA_OBJECT
JAVA_OBJECT = 1;
public static final TopologyAPI.CustomGroupingObjectType PYTHON_OBJECT
PYTHON_OBJECT = 2;
public static final int JAVA_OBJECT_VALUE
JAVA_OBJECT = 1;
public static final int PYTHON_OBJECT_VALUE
PYTHON_OBJECT = 2;
public static TopologyAPI.CustomGroupingObjectType[] values()
for (TopologyAPI.CustomGroupingObjectType c : TopologyAPI.CustomGroupingObjectType.values()) System.out.println(c);
public static TopologyAPI.CustomGroupingObjectType 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()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static TopologyAPI.CustomGroupingObjectType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<TopologyAPI.CustomGroupingObjectType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static TopologyAPI.CustomGroupingObjectType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)