public static enum RC_XFI_concept_relationships_drs.Axis extends java.lang.Enum<RC_XFI_concept_relationships_drs.Axis> implements RC_XFI_concept_relationshipsBase.Axis
| Enum Constant and Description | 
|---|
| childThe child. | 
| childOrSelfThe child-or-self. | 
| descendantThe descendant. | 
| descendantOrSelfThe descendant-or-self. | 
| Modifier and Type | Method and Description | 
|---|---|
| static RC_XFI_concept_relationships_drs.Axis | fromString(java.lang.String text)From string. | 
| static RC_XFI_concept_relationships_drs.Axis | fromXFIAxis(XFI_concept_relationships.Axis axis)From XFI axis. | 
| java.lang.String | getText()Gets the text. | 
| static RC_XFI_concept_relationships_drs.Axis | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static RC_XFI_concept_relationships_drs.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_drs.Axis descendant
public static final RC_XFI_concept_relationships_drs.Axis descendantOrSelf
public static final RC_XFI_concept_relationships_drs.Axis child
public static final RC_XFI_concept_relationships_drs.Axis childOrSelf
public static RC_XFI_concept_relationships_drs.Axis[] values()
for (RC_XFI_concept_relationships_drs.Axis c : RC_XFI_concept_relationships_drs.Axis.values()) System.out.println(c);
public static RC_XFI_concept_relationships_drs.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_drs.Axis fromString(java.lang.String text) throws XFException
text - the textXFException - the XF exceptionpublic static RC_XFI_concept_relationships_drs.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