public static enum XFI_concept_relationships.Axis extends java.lang.Enum<XFI_concept_relationships.Axis>
| Enum Constant and Description |
|---|
ancestor
The ancestor.
|
child
The child.
|
descendant
The descendant.
|
parent
The parent.
|
sibling
The sibling.
|
siblingOrDescendant
The sibling or descendant.
|
| Modifier and Type | Method and Description |
|---|---|
static XFI_concept_relationships.Axis |
fromString(java.lang.String text)
From string.
|
java.lang.String |
getText()
Gets the text.
|
static XFI_concept_relationships.Axis |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XFI_concept_relationships.Axis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XFI_concept_relationships.Axis child
public static final XFI_concept_relationships.Axis descendant
public static final XFI_concept_relationships.Axis parent
public static final XFI_concept_relationships.Axis ancestor
public static final XFI_concept_relationships.Axis sibling
public static final XFI_concept_relationships.Axis siblingOrDescendant
public static XFI_concept_relationships.Axis[] values()
for (XFI_concept_relationships.Axis c : XFI_concept_relationships.Axis.values()) System.out.println(c);
public static XFI_concept_relationships.Axis 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 getText()
public static XFI_concept_relationships.Axis fromString(java.lang.String text) throws XFException
text - the textXFException - the XF exceptionCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa