|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.util.AbstractMap
java.util.HashMap
oracle.rules.sdk.editor.datamodel.ModelComponent
oracle.rules.sdk.editor.datamodel.FormalParameter
Formal Parameter in a function
| Field Summary | |
static java.lang.String |
PROP_TYPE |
| Fields inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent |
PROP_ALIAS, PROP_ID, PROP_NAME, PROP_PROPERTIES, PROP_VISIBLE |
| Method Summary | |
java.lang.Object |
get(java.lang.Object key)Overwrite hashtable get method. |
java.lang.String |
getType()Get alias of the parameter type |
java.lang.String |
getTypeID() |
java.lang.String[] |
getTypeOptions()Get parameter type options. |
int |
getTypeSelected()Get the index of the selected value for the property type options. |
java.lang.Object |
put(java.lang.Object key, java.lang.Object value)Overwrite hashtable put method. |
void |
setType(java.lang.String typeAlias)Set type of the parameter |
void |
validate()valid the model component |
| Methods inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent |
getAlias, getDataModel, getID, getName, getParent, getProperties, getVisible, setAlias, setName, setVisible |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, isEmpty, keySet, 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 |
public static final java.lang.String PROP_TYPE
| Method Detail |
public java.lang.String getType()
public java.lang.String getTypeID()
public void setType(java.lang.String typeAlias)
typeAlias - the alias of the parameter typepublic java.lang.String[] getTypeOptions()
public int getTypeSelected()
public void validate()
throws RulesSDKDMValidationException
ModelComponentvalidate in class ModelComponentRulesSDKDMValidationExceptionpublic java.lang.Object get(java.lang.Object key)
get in interface java.util.Mapget in class ModelComponentkey - a String containing the property name to be fetched.
public java.lang.Object put(java.lang.Object key,
java.lang.Object value)
key - a String containing the property name to be saved.value - a String corresponding to the key to be saved
|
Oracle Business Rules Java API Reference 10g (10.1.3.1.0) B28966-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||