|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Retrieves and sets values as instance of a Domain.
This interface is an extension of the InfoBus ImmediateAccess interface. The purpose of these method is to allow the InfoBusConsumer to get and set values as DomainInterface objects.
DomainInterface
Method Summary | |
java.lang.Class |
getJavaType()
|
oracle.jbo.domain.DomainInterface |
getValueAsDomain()
Returns the value as an instance of a Domain. |
void |
setValueAsDomain(oracle.jbo.domain.DomainInterface newValue)
Sets the value using an instance of a Domain. |
void |
setValueAsDomain(java.lang.Object newValue)
Sets the value using an instance of a Object. |
Method Detail |
public java.lang.Class getJavaType()
public oracle.jbo.domain.DomainInterface getValueAsDomain()
DomainInterface
public void setValueAsDomain(oracle.jbo.domain.DomainInterface newValue) throws javax.infobus.InvalidDataException
newValue
- the new value for the attribute to be stored.
javax.infobus.InvalidDataException
DomainInterface
public void setValueAsDomain(java.lang.Object newValue) throws javax.infobus.InvalidDataException
The Object passed as a parameter will be converted to the appropriate Domain as determined by oracle.jbo.domain.TypeFactory.
newValue
- the new value for the attribute to be stored.
javax.infobus.InvalidDataException
DomainInterface
,
TypeFactory
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.