RelationshipType instead.public enum CustomReferenceType extends Enum<CustomReferenceType>
| Enum Constant and Description |
|---|
BIDIRECTIONAL
Deprecated.
|
PARENT_CHILD
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomReferenceType |
getEnumFromString(String stg)
Deprecated.
|
String |
toString()
Deprecated.
|
static CustomReferenceType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static CustomReferenceType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomReferenceType PARENT_CHILD
public static final CustomReferenceType BIDIRECTIONAL
public static CustomReferenceType[] values()
for (CustomReferenceType c : CustomReferenceType.values()) System.out.println(c);
public static CustomReferenceType 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 String toString()
toString in class Enum<CustomReferenceType>public static CustomReferenceType getEnumFromString(String stg)
Copyright © 2005–2017 Alfresco Software. All rights reserved.