|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-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.FactType
oracle.rules.sdk.editor.datamodel.JavaFactType
public and primary Java Fact Type
| Field Summary | |
static java.lang.String |
PROP_ARRAY |
static java.lang.String |
PROP_ARRAY_COMPONENT_TYPE |
static java.lang.String |
PROP_CONSTRUCTOR_TABLE |
static java.lang.String |
PROP_METHOD_TABLE |
static java.lang.String |
PROP_PROPERTY_TABLE |
static java.lang.String |
PROP_STATIC_FIELD_TABLE |
static java.lang.String |
PROP_SUPER_CLASS |
static java.lang.String |
PROP_SUPPORT_XPATH |
| Fields inherited from class oracle.rules.sdk.editor.datamodel.FactType |
BOOLEAN, BYTE, CHAR, DOUBLE, FLOAT, FORMS, INT, JAVA, JAXB, LONG, PRIMITIVE, PROP_FORM, RL, SHORT, STRING, VOID |
| Fields inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent |
m_dm, m_parent, PROP_ALIAS, PROP_ID, PROP_NAME, PROP_PROPERTIES, PROP_VISIBLE |
| Method Summary | |
java.lang.String |
getArrayComponentType()If the facttype represents an array, what is the component type of the array. |
Property[] |
getBeanProperties()Get all the bean properties inside the java fact type |
Constructor[] |
getConstructors()Get all the constructors inside the java fact type |
ConstructorTable |
getConstructorTable()Only applicable to java fact type. |
boolean |
getIsArray()Whether it is an array |
Method[] |
getMethods()Get all the methods inside the java fact type |
MethodTable |
getMethodTable()Get methods of the java fact type |
java.lang.String |
getPackageName()Get the package name of the fact type. |
PropertyTable |
getPropertyTable()Get all the bean properties of the Java fact type |
Field[] |
getStaticFields()Get all the static fields inside the java fact type |
FieldTable |
getStaticFieldTable()Only applicable to java fact type. |
java.lang.String |
getSuperClass()Get the super class of the current class. |
boolean |
getSupportXPath()Whether the Java class can be used in a XPath Expression |
void |
validate()validate consistency of the Java Fact Type |
| Methods inherited from class oracle.rules.sdk.editor.datamodel.FactType |
getForm, getFormOptions, setForm |
| Methods inherited from class oracle.rules.sdk.editor.datamodel.ModelComponent |
get, 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 |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
equals, hashCode |
| Field Detail |
public static final java.lang.String PROP_ARRAY
public static final java.lang.String PROP_ARRAY_COMPONENT_TYPE
public static final java.lang.String PROP_SUPER_CLASS
public static final java.lang.String PROP_STATIC_FIELD_TABLE
public static final java.lang.String PROP_PROPERTY_TABLE
public static final java.lang.String PROP_METHOD_TABLE
public static final java.lang.String PROP_CONSTRUCTOR_TABLE
public static final java.lang.String PROP_SUPPORT_XPATH
| Method Detail |
public java.lang.String getPackageName()
public boolean getIsArray()
public java.lang.String getArrayComponentType()
public java.lang.String getSuperClass()
public FieldTable getStaticFieldTable()
public Field[] getStaticFields()
public PropertyTable getPropertyTable()
public Property[] getBeanProperties()
public MethodTable getMethodTable()
public Method[] getMethods()
public ConstructorTable getConstructorTable()
public Constructor[] getConstructors()
public boolean getSupportXPath()
public void validate()
throws RulesSDKDMValidationException
validate in class ModelComponentthrown - if validation fails.RulesSDKDMValidationException
|
Oracle Business Rules Java API Reference 10g Release 3 (10.1.3) B19040-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||