Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.editor.datamodel
Class EnumValue

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byoracle.rules.sdk.editor.datamodel.ModelComponent
              extended byoracle.rules.sdk.editor.datamodel.EnumValue

All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class EnumValue
extends ModelComponent

Represent a value in an enumeration list.

See Also:
Serialized Form

Field Summary
static java.lang.String PROP_VALUE
           

 

Fields inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent
PROP_ALIAS, PROP_ID, PROP_NAME, PROP_PROPERTIES, PROP_VISIBLE

 

Method Summary
 java.util.List getPropertyNames()
           
 java.lang.String getValue()
          Get the the enum value
 void setValue(java.lang.String val)
          Set the enum value

 

Methods inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent
get, getAlias, getDataModel, getID, getName, getParent, getProperties, getVisible, setAlias, setName, setVisible, validate

 

Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, size, values

 

Methods inherited from class java.util.AbstractMap
equals, hashCode, toString

 

Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait

 

Methods inherited from interface java.util.Map
equals, hashCode

 

Field Detail

PROP_VALUE

public static final java.lang.String PROP_VALUE
See Also:
Constant Field Values

Method Detail

getValue

public java.lang.String getValue()
Get the the enum value
Returns:
enumValue

setValue

public void setValue(java.lang.String val)
Set the enum value
Parameters:
val - enum value

getPropertyNames

public java.util.List getPropertyNames()
Returns:
list of property names

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.