Skip navigation links
oracle.adfinternal.businesseditor.objects
Enum XMLDocumentGenerator.AttrProperty
java.lang.Object
java.lang.Enum<XMLDocumentGenerator.AttrProperty>
oracle.adfinternal.businesseditor.objects.XMLDocumentGenerator.AttrProperty
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<XMLDocumentGenerator.AttrProperty>
- Enclosing class:
- XMLDocumentGenerator
-
public static enum XMLDocumentGenerator.AttrProperty
- extends java.lang.Enum<XMLDocumentGenerator.AttrProperty>
| 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 |
APINAME
public static final XMLDocumentGenerator.AttrProperty APINAME
DESCRIPTION
public static final XMLDocumentGenerator.AttrProperty DESCRIPTION
DISPLAY_LABEL
public static final XMLDocumentGenerator.AttrProperty DISPLAY_LABEL
HELP_TEXT
public static final XMLDocumentGenerator.AttrProperty HELP_TEXT
DISPLAY_TYPE
public static final XMLDocumentGenerator.AttrProperty DISPLAY_TYPE
DEFAULT_VALUE
public static final XMLDocumentGenerator.AttrProperty DEFAULT_VALUE
CHECKBOXDEFAULTVALUE
public static final XMLDocumentGenerator.AttrProperty CHECKBOXDEFAULTVALUE
PICKLISTDEFAULTVALUE
public static final XMLDocumentGenerator.AttrProperty PICKLISTDEFAULTVALUE
DISPLAY_HEIGHT
public static final XMLDocumentGenerator.AttrProperty DISPLAY_HEIGHT
DISPLAY_WIDTH
public static final XMLDocumentGenerator.AttrProperty DISPLAY_WIDTH
LENGTH
public static final XMLDocumentGenerator.AttrProperty LENGTH
MININUM_LENGTH
public static final XMLDocumentGenerator.AttrProperty MININUM_LENGTH
MIN_VALUE
public static final XMLDocumentGenerator.AttrProperty MIN_VALUE
MAX_VALUE
public static final XMLDocumentGenerator.AttrProperty MAX_VALUE
DECIMAL_PLACES
public static final XMLDocumentGenerator.AttrProperty DECIMAL_PLACES
FORMULA_TYPE
public static final XMLDocumentGenerator.AttrProperty FORMULA_TYPE
REQUIRED
public static final XMLDocumentGenerator.AttrProperty REQUIRED
INDEXED
public static final XMLDocumentGenerator.AttrProperty INDEXED
SEARCHABLE
public static final XMLDocumentGenerator.AttrProperty SEARCHABLE
UPDATABLE
public static final XMLDocumentGenerator.AttrProperty UPDATABLE
INCLUDEDINSERVICEPAYLOAD
public static final XMLDocumentGenerator.AttrProperty INCLUDEDINSERVICEPAYLOAD
IS_MULTISELECT_PICKLIST
public static final XMLDocumentGenerator.AttrProperty IS_MULTISELECT_PICKLIST
LOOKUPTYPEMEANING
public static final XMLDocumentGenerator.AttrProperty LOOKUPTYPEMEANING
DEPENDENCY_ATTRS
public static final XMLDocumentGenerator.AttrProperty DEPENDENCY_ATTRS
LOOKUP_INFO
public static final XMLDocumentGenerator.AttrProperty LOOKUP_INFO
LIST_DISPLAY_ATTR
public static final XMLDocumentGenerator.AttrProperty LIST_DISPLAY_ATTR
ISCASCADINGPICKLIST
public static final XMLDocumentGenerator.AttrProperty ISCASCADINGPICKLIST
ADDL_LIST_DISP_ATTRS
public static final XMLDocumentGenerator.AttrProperty ADDL_LIST_DISP_ATTRS
ADDL_LIST_SEARCH_ATTRS
public static final XMLDocumentGenerator.AttrProperty ADDL_LIST_SEARCH_ATTRS
IS_EXPRESSION
public static final XMLDocumentGenerator.AttrProperty IS_EXPRESSION
EXPRESSION
public static final XMLDocumentGenerator.AttrProperty EXPRESSION
UNDEFINED
public static final XMLDocumentGenerator.AttrProperty UNDEFINED
values
public static XMLDocumentGenerator.AttrProperty[] 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 (XMLDocumentGenerator.AttrProperty c : XMLDocumentGenerator.AttrProperty.values())
System.out.println(c);
-
- Returns:
- an array containing the constants of this enum type, in the order they are declared
valueOf
public static XMLDocumentGenerator.AttrProperty 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
fromProperty
public static XMLDocumentGenerator.AttrProperty fromProperty(java.lang.String propertyName)
Skip navigation links
Copyright © 1997, 2015, Oracle. All rights reserved.