public enum EnumRTROIRelationship extends java.lang.Enum<EnumRTROIRelationship>
| Enum Constant and Description |
|---|
ENCLOSED
The ENCLOSED.
|
ENCLOSING
The ENCLOSING.
|
SAME
The SAME.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Gets the value.
|
static EnumRTROIRelationship |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumRTROIRelationship[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumRTROIRelationship SAME
public static final EnumRTROIRelationship ENCLOSED
public static final EnumRTROIRelationship ENCLOSING
public static EnumRTROIRelationship[] values()
for (EnumRTROIRelationship c : EnumRTROIRelationship.values()) System.out.println(c);
public static EnumRTROIRelationship 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 java.lang.String getValue()