public enum ListCFR extends Enum<ListCFR>
Used in RelatedOrganisation, RelatedSystem
| Modifier and Type | Method and Description |
|---|---|
static ListCFR |
fromValue(String v) |
String |
value() |
static ListCFR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCFR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCFR CHILD
public static final ListCFR PARENT
public static final ListCFR SIBLING
public static ListCFR[] values()
for (ListCFR c : ListCFR.values()) System.out.println(c);
public static ListCFR 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 value()
Copyright © 2016 OpenSSRF.org. All rights reserved.