com.corrspt.xeo.api.core
Enum XEOObjectAtts

java.lang.Object
  extended by java.lang.Enum<XEOObjectAtts>
      extended by com.corrspt.xeo.api.core.XEOObjectAtts
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<XEOObjectAtts>

public enum XEOObjectAtts
extends java.lang.Enum<XEOObjectAtts>

Attributes of the Patient XEO Model


Enum Constant Summary
BOUI
           
CLASSNAME
           
CREATOR
           
PARENT
           
PARENTCTX
           
SYS_DTCREATE
           
SYS_DTSAVE
           
SYS_FROMOBJ
           
SYS_ORIGIN
           
TEMPLATE
           
 
Method Summary
 java.lang.String getDescription()
          Retrieve the description of the attribute
 java.lang.String getLabel()
          Retrieves the label
static XEOObjectAtts valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static XEOObjectAtts[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PARENT

public static final XEOObjectAtts PARENT

PARENTCTX

public static final XEOObjectAtts PARENTCTX

TEMPLATE

public static final XEOObjectAtts TEMPLATE

BOUI

public static final XEOObjectAtts BOUI

CLASSNAME

public static final XEOObjectAtts CLASSNAME

CREATOR

public static final XEOObjectAtts CREATOR

SYS_DTCREATE

public static final XEOObjectAtts SYS_DTCREATE

SYS_DTSAVE

public static final XEOObjectAtts SYS_DTSAVE

SYS_ORIGIN

public static final XEOObjectAtts SYS_ORIGIN

SYS_FROMOBJ

public static final XEOObjectAtts SYS_FROMOBJ
Method Detail

values

public static XEOObjectAtts[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (XEOObjectAtts c : XEOObjectAtts.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static XEOObjectAtts valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getLabel

public java.lang.String getLabel()
Retrieves the label

Returns:
A string with the label of the attribute

getDescription

public java.lang.String getDescription()
Retrieve the description of the attribute

Returns:
A string with the description of the attribute