| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.geotools.validation.attributes.NullZeroValidation
NullZeroFeatureValidation purpose.
Description of NullZeroFeatureValidation ...
Capabilities:
 NullZeroFeatureValidation x = new NullZeroFeatureValidation(...);
 
 
| Field Summary | 
| Fields inherited from interface org.geotools.validation.Validation | 
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL | 
| Constructor Summary | |
NullZeroValidation()
 | 
|
| Method Summary | |
 java.lang.String | 
getAttributeName()
Access attributeName property.  | 
 java.lang.String | 
getDescription()
Implement getDescription.  | 
 java.lang.String | 
getName()
Implement getName.  | 
 int | 
getPriority()
Implement getPriority.  | 
 java.lang.String | 
getTypeRef()
Access typeName property.  | 
 java.lang.String[] | 
getTypeRefs()
Implementation of getTypeNames.  | 
 void | 
setAttributeName(java.lang.String name)
set AttributeName to name.  | 
 void | 
setDescription(java.lang.String description)
Implement setDescription.  | 
 void | 
setName(java.lang.String name)
Implement setName.  | 
 void | 
setTypeRef(java.lang.String typeName)
Set typeName to typeName.  | 
 boolean | 
validate(org.geotools.feature.Feature feature,
         org.geotools.feature.FeatureType type,
         ValidationResults results)
Implement validate.  | 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
public NullZeroValidation()
| Method Detail | 
public boolean validate(org.geotools.feature.Feature feature,
                        org.geotools.feature.FeatureType type,
                        ValidationResults results)
                 throws java.lang.Exception
Description ...
validate in interface FeatureValidationfeature - Provides the attributes to test.type - not used.results - a reference for returning error codes.
java.lang.ExceptionFeatureValidation.validate(org.geotools.feature.Feature,
      org.geotools.feature.FeatureType,
      org.geotools.validation.ValidationResults)public void setName(java.lang.String name)
setName in interface Validationname - the name of the validation.Validation.setName(java.lang.String)public java.lang.String getName()
getName in interface ValidationValidation.getName()public void setDescription(java.lang.String description)
setDescription in interface Validationdescription - of the validationValidation.setDescription(java.lang.String)public java.lang.String getDescription()
Description ...
getDescription in interface ValidationValidation.getDescription()public int getPriority()
getPriority in interface ValidationValidation.getPriority()public java.lang.String[] getTypeRefs()
getTypeRefs in interface ValidationValidation.getTypeRefs()public java.lang.String getTypeRef()
public void setTypeRef(java.lang.String typeName)
typeName - The typeName to set.public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String name)
name - 
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||