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