public static enum MapperNamespace.VariableResolutionType extends Enum<MapperNamespace.VariableResolutionType> implements org.nd4j.shade.protobuf.ProtocolMessageEnum
org.nd4j.ir.VariableResolutionType| Enum Constant and Description |
|---|
DIRECT
DIRECT = 0; |
ERROR_ON_NOT_EQUAL
ERROR_ON_NOT_EQUAL = 2; |
OVERRIDE
OVERRIDE = 1; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DIRECT_VALUE
DIRECT = 0; |
static int |
ERROR_ON_NOT_EQUAL_VALUE
ERROR_ON_NOT_EQUAL = 2; |
static int |
OVERRIDE_VALUE
OVERRIDE = 1; |
| Modifier and Type | Method and Description |
|---|---|
static MapperNamespace.VariableResolutionType |
forNumber(int value) |
static org.nd4j.shade.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
org.nd4j.shade.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static org.nd4j.shade.protobuf.Internal.EnumLiteMap<MapperNamespace.VariableResolutionType> |
internalGetValueMap() |
static MapperNamespace.VariableResolutionType |
valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc) |
static MapperNamespace.VariableResolutionType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static MapperNamespace.VariableResolutionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapperNamespace.VariableResolutionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapperNamespace.VariableResolutionType DIRECT
DIRECT = 0;public static final MapperNamespace.VariableResolutionType OVERRIDE
OVERRIDE = 1;public static final MapperNamespace.VariableResolutionType ERROR_ON_NOT_EQUAL
ERROR_ON_NOT_EQUAL = 2;public static final MapperNamespace.VariableResolutionType UNRECOGNIZED
public static final int DIRECT_VALUE
DIRECT = 0;public static final int OVERRIDE_VALUE
OVERRIDE = 1;public static final int ERROR_ON_NOT_EQUAL_VALUE
ERROR_ON_NOT_EQUAL = 2;public static MapperNamespace.VariableResolutionType[] values()
for (MapperNamespace.VariableResolutionType c : MapperNamespace.VariableResolutionType.values()) System.out.println(c);
public static MapperNamespace.VariableResolutionType 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 org.nd4j.shade.protobuf.Internal.EnumLitegetNumber in interface org.nd4j.shade.protobuf.ProtocolMessageEnum@Deprecated public static MapperNamespace.VariableResolutionType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static MapperNamespace.VariableResolutionType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static org.nd4j.shade.protobuf.Internal.EnumLiteMap<MapperNamespace.VariableResolutionType> internalGetValueMap()
public final org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface org.nd4j.shade.protobuf.ProtocolMessageEnumpublic final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface org.nd4j.shade.protobuf.ProtocolMessageEnumpublic static final org.nd4j.shade.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static MapperNamespace.VariableResolutionType valueOf(org.nd4j.shade.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022. All rights reserved.