|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.rules.sdk2.dictionary.DictionaryObject
oracle.rules.sdk2.dictionary.DictionaryComponent
oracle.rules.sdk2.datamodel.ModelComponent
oracle.rules.sdk2.datamodel.UnnamedModelComponent
oracle.rules.sdk2.datamodel.OverloadedParameter
public class OverloadedParameter
Formal Parameter in a function
| 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 | |
|---|---|
int |
getCreationUpdateNumber()
Override to return Method's CUN, because adding new params is non-monotonic. |
DOID[] |
getTypeIDs()
Get ID of the type of the definition. |
java.lang.String[] |
getTypeNames()
Get Names of the types of the overloaded parameter. |
java.lang.String[] |
getTypes()
Get aliases of the types of the overloaded parameter. |
void |
setTypeIDs(DOID... ids)
Set the type IDs of the overloaded parameter. |
void |
setTypes(java.lang.String... typeAliases)
Set the types of the overloaded parameter by alias. |
| Methods inherited from class oracle.rules.sdk2.datamodel.UnnamedModelComponent |
|---|
init, isAliasDistinct, isNameDistinct |
| Methods inherited from class oracle.rules.sdk2.datamodel.ModelComponent |
|---|
getParent, getParentTable, getVisibleProperty, isVisible, setVisible |
| 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, getRuleSet, getState, getWarnings, hashCode, isModified, validate |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.rules.sdk2.datamodel.Parameter |
|---|
getAlias, getAlias, getID |
| Methods inherited from interface oracle.rules.sdk2.dictionary.UnnamedComponent |
|---|
getAlias, getName, getPropertyNames, setAlias, setName |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Method Detail |
|---|
public java.lang.String[] getTypes()
public void setTypes(java.lang.String... typeAliases)
typeAliases - aliases of the types to be setpublic DOID[] getTypeIDs()
getTypeIDs in interface Parameterpublic void setTypeIDs(DOID... ids)
ids - IDs of the types to be setpublic java.lang.String[] getTypeNames()
public int getCreationUpdateNumber()
getCreationUpdateNumber in class ModelComponent
|
Oracle Fusion Middleware Java API Reference for Oracle Business Rules 11g Release 1 (11.1.1.7) E10663-11 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||