|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Domain interface provides an extensible hierarchy
for defining value domains for properties/attributes in OWB.
A domain is composed of three parts
| Method Summary | |
boolean |
isValid(java.lang.Object value)
Check if the value is valid in this domain. |
| Methods inherited from interface oracle.owb.foundation.type.Datatyped |
getDatatype, getLength, getPrecision, getScale, isPrecisionOmitted, setDatatype, setLength, setPrecision, setPrecisionOmitted, setScale |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.type.Datatype |
getDatatypeSet, isAbstractDatatype, isDomain, isListDatatype, isScalarDatatype |
| Method Detail |
public boolean isValid(java.lang.Object value)
value - A value to be checked
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||