|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponent
oracle.rules.sdk2.datamodel.ModelComponent
oracle.rules.sdk2.datamodel.Constructor
oracle.rules.sdk2.datamodel.Method
public class Method
Represent a public Java method
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
DictionaryComponent.Diff, DictionaryComponent.DiffType |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
java.util.Map.Entry<K,V> |
| Field Summary |
|---|
| Method Summary | |
|---|---|
java.lang.String |
getBucketSetAlias()Get BucketSet alias associated with Property values. |
java.lang.String[] |
getBucketSetOptions()get list of allowable bucket set aliases |
SettableProperty<java.lang.String> |
getBucketSetProperty()Get BucketSet Property. |
java.lang.String |
getType()Get alias of the return type of the method. |
DOID |
getTypeID()Get ID of the return type of the method. |
java.lang.String |
getTypeName()Get Name of the type of the definition. |
boolean |
isFullyQualifiedName()Can a qualifed name be used to name this component? |
boolean |
isReturnTypePrimitive()Whether the return type of the method is primitive (i.e. int, char, double etc.)? |
boolean |
isStatic()Whether the method is static |
void |
setBucketSet(BucketSet bucketSet)Set BucketSet associated with Method return value. |
void |
setBucketSetByAlias(java.lang.String bucketSetAlias)Set BucketSet (by alias) associated with Method return values. |
| Methods inherited from class oracle.rules.sdk2.datamodel.Constructor |
|---|
getBody, getExceptionIDs, getExceptions, getOverloadedParameterTable, getParameterList, getParameters, isAliasDistinct, isNameDistinct |
| Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponent |
|---|
getParent, getParentTable, getVisibleProperty, isVisible, setVisible |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryComponent |
|---|
clear, containsKey, containsValue, entrySet, get, getAlias, getAlias, getAliasProperty, getAllReferences, getCustom, getDependents, getDescription, getDescriptionProperty, getDiff, getDiffProperties, getDiffs, getFullyQualifiedAlias, getFullyQualifiedName, getName, getNameProperty, getNext, getObjectPath, getOptions, getPrevious, getProperties, getProperty, getSelected, hasDiff, init, isEmpty, keySet, put, putAll, remove, setAlias, setCustom, setDescription, setName, size, validate, validate, values |
| Methods inherited from class oracle.rules.sdk2.dictionary.DictionaryObject |
|---|
equals, exists, getAEReferences, getCombinedDataModel, getContainedIDs, getContainedIDs, getDataModel, getDictionary, getID, getIndent, getLevel, getObjectType, getParentByClass, getParentComponent, getParentComponentTable, getParentObject, getReferences, getRuleSet, getState, getWarnings, hashCode, isModified, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.rules.sdk2.datamodel.Callable |
|---|
getFullyQualifiedName, getID |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Method Detail |
|---|
public boolean isStatic()
public java.lang.String getType()
getType in interface CallablegetType in class Constructorpublic DOID getTypeID()
getTypeID in interface CallablegetTypeID in class Constructorpublic java.lang.String getTypeName()
public boolean isReturnTypePrimitive()
public SettableProperty<java.lang.String> getBucketSetProperty()
public java.lang.String getBucketSetAlias()
public void setBucketSet(BucketSet bucketSet)
bucketSet -public void setBucketSetByAlias(java.lang.String bucketSetAlias)
bucketSetAlias -public java.lang.String[] getBucketSetOptions()
public boolean isFullyQualifiedName()
isFullyQualifiedName in class Constructor
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.4.0) E10663-04 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||