|
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.Field
Represent a static public Java Field
| Field Summary | |
static java.lang.String |
PROP_ALLOW_CHAINING |
static java.lang.String |
PROP_DEFAULT_VALUE |
static java.lang.String |
PROP_FINAL |
static java.lang.String |
PROP_STATIC |
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. |
boolean |
getAllowChaining()Allow expression chaining, e.g. a.b.foo(). |
InitValue |
getDefaultValue()Get default of the field |
java.lang.String |
getType()Get alias of the type of the field |
boolean |
isFinal()Whether it is a final field |
boolean |
isStatic()Whether it is a static field |
boolean |
isTypePrimitive()Whether the type of the field is primitive (i.e. int, char, double etc.)? |
void |
setAllowChaining(boolean allowChaining)Set to allow the field to be chained to make up new expressions |
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, 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 |
public static final java.lang.String PROP_FINAL
public static final java.lang.String PROP_STATIC
public static final java.lang.String PROP_TYPE
public static final java.lang.String PROP_DEFAULT_VALUE
public static final java.lang.String PROP_ALLOW_CHAINING
| Method Detail |
public boolean isFinal()
public boolean isStatic()
public java.lang.String getType()
public InitValue getDefaultValue()
public boolean isTypePrimitive()
public boolean getAllowChaining()
public void setAllowChaining(boolean allowChaining)
allowChaining - true indicates that the field can be chained to make up new expressions
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.
|
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 | |||||||||