| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.jbo.common.NamedObjectImpl
      
oracle.jbo.rules.AbstractValidator
          
oracle.jbo.rules.JboAbstractValidator
              
oracle.jbo.rules.JboRequiredValidator
public class JboRequiredValidator
A validator that tests whether the value entered is null or not null
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface oracle.jbo.rules.ValidatorConstants | 
|---|
ValidatorConstants.MessageFlavor | 
| Field Summary | 
|---|
| Fields inherited from class oracle.jbo.rules.JboAbstractValidator | 
|---|
mValidatingAttr | 
| Fields inherited from class oracle.jbo.rules.AbstractValidator | 
|---|
mbInverse, mDescription, mErrorMessageClass, mMsgExpr, mMsgId, mMsgIds, mResourceBundleId, mTriggeringAttributeNames, mTriggeringAttributes, mValidatingAttrName | 
| Fields inherited from class oracle.jbo.common.NamedObjectImpl | 
|---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX | 
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable | 
|---|
XML_STATEMENT | 
| Constructor Summary | |
|---|---|
JboRequiredValidator()Creates a required validator.  | 
|
JboRequiredValidator(boolean inverse)Creates a required validator.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getDefXMLElementTag() | 
 boolean | 
validateValue(java.lang.Object value)Validate an object by checking whether its value is equal to Null This method is called by AbstractValidator#vetoableChange(). | 
| Methods inherited from class java.lang.Object | 
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface oracle.jbo.rules.JboValidatorHints | 
|---|
getTriggeringAttributeNames, initValidatorProperties, isTransactionLevel | 
| Methods inherited from interface oracle.jbo.rules.JboValidatorInterface | 
|---|
getDescription, setDescription | 
| Methods inherited from interface oracle.jbo.mom.xml.DefPersistable | 
|---|
isDirty, isNew, setDirty, setNew | 
| Methods inherited from interface oracle.jbo.mom.xml.PersistentDefinition | 
|---|
writeChildren | 
| Constructor Detail | 
|---|
public JboRequiredValidator()
public JboRequiredValidator(boolean inverse)
| Method Detail | 
|---|
public boolean validateValue(java.lang.Object value)
AbstractValidator#vetoableChange().validateValue in class JboAbstractValidatorvalue - the object to be validated.true if the relation holds, or false if the relation does not hold orpublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitiongetDefXMLElementTag in class AbstractValidator
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.9.0) E52932-01  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||