<enumeration> Element

Specifies that this property attribute takes an enumerated value. This element also defines the enumerated values that may be used.

Syntax

<enumeration>
    <value>value1</value>
    <value>value2</value>
</enumeration>

Attributes

None.

Type

None.

Hierarchy

Parent: attribute.

Children: value.

Remarks

Enumerated values will be displayed in a drop-down in the WebLogic Workshop Property Editor.

This element is one of several you can use to specify the type of a property attribute's value. The complete list includes boolean, class-name, class-names, date, decimal, enumeration, file-path, integer, QNAME, text, URI, URL, URN, XML, or custom. Note that you may use only one of these types for a given attribute.

Related Topics

Control Property Schema Reference

Tutorial: Java Control