oracle.jbo
Interface VariableManagerOwner
- All Superinterfaces:
- VariableManagerOwnerBase
- All Known Subinterfaces:
- RowSet, RowSetIterator, ViewObject, ViewObjectDynAttr, WSRowSet
- All Known Implementing Classes:
- AbstractValidator, AccessorDefImpl, ApplicationModuleDefImpl, ApplicationModuleImpl, AssociationDefBase, AssociationDefImpl, AssociationEnd, AttributeDefImpl, AttributeDefOverAttr, CmrAccessorDefImpl, CmrAccessorEntRowSet, CmrAccessorViewImpl, CmrAccessorViewRowSet, ComponentObjectImpl, ContainerObjectImpl, DCBindingContainer, DCBindingContainerDef, DCDataViewDef, DCDataVO, DCGenericRowSetIteratorImpl, DCRegionControllerDef, DCRowSetIteratorImpl, DCVCSubstAttrDef, DefObject, DomainDefImpl, DSEntityCache, DSViewObjectImpl, EntityAssociation, EntityCache, EntityCacheOverRowSet, EntityDefImpl, EntityDefOverRowSet, EntityFacadeCollImpl, EntityReference, EntityRowSetImpl, FinderViewImpl, JboAbstractValidator, JboAttrCompareValidator, JboBaseValidator, JboCollectionValidator, JboCompareValidator, JboCompareValidator, JboCustomValidator, JboEOExistsValidator, JboExistsValidator, JboExprCollectionValidator, JboExprCompareValidator, JboExpressionValidator, JboLengthValidator, JboListValidator, JboListValidator, JboMandatoryAttributesValidator, JboMandatoryAttrValHelper, JboMethodValidator, JboMethodValidator, JboNonNullValidator, JboPrecisionScaleValidator, JboRangeValidator, JboRangeValidator, JboRegExpValidator, JboRequiredValidator, JboSQLCollectionValidator, JboSQLCompareValidator, JboSQLListValidator, JboUniqueKeyValidator, JboValidationBean, JboVCItemRequiredValidator, JboVOCollectionValidator, JboVOCompareValidator, JboVOExistsValidator, JboVOListValidator, JboVOUsageCollectionValidator, JboVOUsageCompareValidator, JboVOUsageExistsValidator, JboVOUsageListValidator, JUFormBinding, JUFormDef, JUPanelBinding, JUPanelDef, JUShuttleModel, JUShuttlePanelDef, JUVariableIteratorDef, KeyDef, LOVAppModuleDefImpl, LOVAppModuleImpl, MetaObject, MethodAccessorDefImpl, MethodAccessorDefImpl.ParameterInfoImpl, PDefApplicationModule, PDefComponentObjectBase, PDefEntityObject, PDefRow, PDefViewObject, PlaceholderVOImpl, RowDef, RowIdAMImpl, RowReference, StructureDefImpl, ViewAccessorDef, ViewAttributeDefImpl, ViewCriteria, ViewCriteriaImpl, ViewDefImpl, ViewKeyDef, ViewLinkDefImpl, ViewLinkImpl, ViewObjectImpl, ViewObjectOnRowSets, ViewReference, ViewRowSetImpl, ViewRowSetIteratorImpl, ViewUsageImpl, WSAMComponent, WSApplicationModuleImpl, WSComponentObjectImpl, WSObject, WSRowSetImpl, WSRowSetIteratorBase, WSRowSetIteratorImpl, WSViewLinkImpl, WSViewObjectImpl
public interface VariableManagerOwner
- extends VariableManagerOwnerBase
This interface is implemented by objects that manage Variables.
Specifically, it has accessors, VariableManagerOwnerBase.getVariableManager()
and
VariableManagerOwnerBase.ensureVariableManager()
through which this object's
VariableValueManager
can be retrieved.
For example, ViewObjectImpl
implements this
interface. To be precise, ComponentObjectImpl
implements it and ViewObjectImpl
inherits it.
- Since:
- JDeveloper 10.1.3
Method Summary |
java.lang.String |
getName()
Returns the name of this Variable Manager Owner. |
getName
java.lang.String getName()
- Returns the name of this Variable Manager Owner.
- Returns:
- the name.
Copyright © 1997, 2011, Oracle. All rights reserved.