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 | 
|---|
| ancestorThe ancestor. | 
| ancestorOrSelfThe ancestor-or-self. | 
| childThe child. | 
| childOrSelfThe child-or-self. | 
| descendantThe descendant. | 
| descendantOrSelfThe descendant-or-self. | 
| parentThe parent. | 
| parentOrSelfThe parent-or-self. | 
| siblingThe sibling. | 
| siblingOrDescendantThe sibling or descendant. | 
| siblingOrDescendantOrSelfThe sibling or descendant or self. | 
| siblingOrSelfThe 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