public static enum XMLDocumentGenerator.AttrProperty extends java.lang.Enum<XMLDocumentGenerator.AttrProperty>
| Modifier and Type | Method and Description |
|---|---|
static XMLDocumentGenerator.AttrProperty |
fromProperty(java.lang.String propertyName) |
static XMLDocumentGenerator.AttrProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XMLDocumentGenerator.AttrProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLDocumentGenerator.AttrProperty APINAME
public static final XMLDocumentGenerator.AttrProperty DESCRIPTION
public static final XMLDocumentGenerator.AttrProperty DISPLAY_LABEL
public static final XMLDocumentGenerator.AttrProperty HELP_TEXT
public static final XMLDocumentGenerator.AttrProperty DISPLAY_TYPE
public static final XMLDocumentGenerator.AttrProperty DEFAULT_VALUE
public static final XMLDocumentGenerator.AttrProperty CHECKBOXDEFAULTVALUE
public static final XMLDocumentGenerator.AttrProperty PICKLISTDEFAULTVALUE
public static final XMLDocumentGenerator.AttrProperty DISPLAY_HEIGHT
public static final XMLDocumentGenerator.AttrProperty DISPLAY_WIDTH
public static final XMLDocumentGenerator.AttrProperty LENGTH
public static final XMLDocumentGenerator.AttrProperty MININUM_LENGTH
public static final XMLDocumentGenerator.AttrProperty MIN_VALUE
public static final XMLDocumentGenerator.AttrProperty MAX_VALUE
public static final XMLDocumentGenerator.AttrProperty DECIMAL_PLACES
public static final XMLDocumentGenerator.AttrProperty FORMULA_TYPE
public static final XMLDocumentGenerator.AttrProperty REQUIRED
public static final XMLDocumentGenerator.AttrProperty INDEXED
public static final XMLDocumentGenerator.AttrProperty SEARCHABLE
public static final XMLDocumentGenerator.AttrProperty UPDATABLE
public static final XMLDocumentGenerator.AttrProperty INCLUDEDINSERVICEPAYLOAD
public static final XMLDocumentGenerator.AttrProperty IS_MULTISELECT_PICKLIST
public static final XMLDocumentGenerator.AttrProperty LOOKUPTYPEMEANING
public static final XMLDocumentGenerator.AttrProperty DEPENDENCY_ATTRS
public static final XMLDocumentGenerator.AttrProperty LOOKUP_INFO
public static final XMLDocumentGenerator.AttrProperty LIST_DISPLAY_ATTR
public static final XMLDocumentGenerator.AttrProperty ISCASCADINGPICKLIST
public static final XMLDocumentGenerator.AttrProperty ADDL_LIST_DISP_ATTRS
public static final XMLDocumentGenerator.AttrProperty ADDL_LIST_SEARCH_ATTRS
public static final XMLDocumentGenerator.AttrProperty IS_EXPRESSION
public static final XMLDocumentGenerator.AttrProperty EXPRESSION
public static final XMLDocumentGenerator.AttrProperty UNDEFINED
public static XMLDocumentGenerator.AttrProperty[] values()
for (XMLDocumentGenerator.AttrProperty c : XMLDocumentGenerator.AttrProperty.values()) System.out.println(c);
public static XMLDocumentGenerator.AttrProperty 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 static XMLDocumentGenerator.AttrProperty fromProperty(java.lang.String propertyName)