public static enum Cpg.EdgePropertyName extends java.lang.Enum<Cpg.EdgePropertyName> implements com.google.protobuf.ProtocolMessageEnum
cpg.EdgePropertyName| Enum Constant and Description |
|---|
ALIAS
Defines whether a PROPAGATE edge creates an alias
|
INDEX
Index of referenced CONTAINED node (0 based) - used together with cardinality=list
|
LOCAL_NAME
Local name of referenced CONTAINED node
|
UNKNOWN_EDGE_PROPERT
UNKNOWN_EDGE_PROPERT = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIAS_VALUE
Defines whether a PROPAGATE edge creates an alias
|
static int |
INDEX_VALUE
Index of referenced CONTAINED node (0 based) - used together with cardinality=list
|
static int |
LOCAL_NAME_VALUE
Local name of referenced CONTAINED node
|
static int |
UNKNOWN_EDGE_PROPERT_VALUE
UNKNOWN_EDGE_PROPERT = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Cpg.EdgePropertyName |
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<Cpg.EdgePropertyName> |
internalGetValueMap() |
static Cpg.EdgePropertyName |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Cpg.EdgePropertyName |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cpg.EdgePropertyName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cpg.EdgePropertyName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cpg.EdgePropertyName UNKNOWN_EDGE_PROPERT
UNKNOWN_EDGE_PROPERT = 0;public static final Cpg.EdgePropertyName ALIAS
Defines whether a PROPAGATE edge creates an alias
ALIAS = 1;public static final Cpg.EdgePropertyName INDEX
Index of referenced CONTAINED node (0 based) - used together with cardinality=list
INDEX = 8;public static final Cpg.EdgePropertyName LOCAL_NAME
Local name of referenced CONTAINED node
LOCAL_NAME = 6;public static final Cpg.EdgePropertyName UNRECOGNIZED
public static final int UNKNOWN_EDGE_PROPERT_VALUE
UNKNOWN_EDGE_PROPERT = 0;public static final int ALIAS_VALUE
Defines whether a PROPAGATE edge creates an alias
ALIAS = 1;public static final int INDEX_VALUE
Index of referenced CONTAINED node (0 based) - used together with cardinality=list
INDEX = 8;public static final int LOCAL_NAME_VALUE
Local name of referenced CONTAINED node
LOCAL_NAME = 6;public static Cpg.EdgePropertyName[] values()
for (Cpg.EdgePropertyName c : Cpg.EdgePropertyName.values()) System.out.println(c);
public static Cpg.EdgePropertyName 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Cpg.EdgePropertyName valueOf(int value)
forNumber(int) instead.public static Cpg.EdgePropertyName forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<Cpg.EdgePropertyName> 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 Cpg.EdgePropertyName valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)