|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectDefaultIntegrityValidation
RelationIntegrity
public abstract class RelationIntegrity
modules/extension/validation (gt-validation.jar)
Field Summary | |
---|---|
protected static String |
EMPTY
|
protected boolean |
expected
|
Fields inherited from interface Validation |
---|
ALL, PRIORITY_COMPLEX, PRIORITY_INVOLVED, PRIORITY_SIMPLE, PRIORITY_TRIVIAL |
Constructor Summary | |
---|---|
RelationIntegrity()
PointCoveredByLineValidation constructor. |
Method Summary | |
---|---|
String |
getGeomTypeRefA()
Access polygonTypeRef property. |
String |
getGeomTypeRefB()
Access restrictedPolygonTypeRef property. |
String[] |
getTypeRefs()
Implementation of getTypeNames. |
boolean |
isExpected()
|
void |
setExpected(boolean arg)
|
void |
setExpected(String exp)
|
void |
setGeomTypeRefA(String typeRefA)
Set polygonTypeRef to polygonTypeRef. |
void |
setGeomTypeRefB(String typeRefB)
Set restrictedPolygonTypeRef to restrictedPolygonTypeRef. |
Methods inherited from class DefaultIntegrityValidation |
---|
getDescription, getName, getPriority, setDescription, setName, validate |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final String EMPTY
protected boolean expected
Constructor Detail |
---|
public RelationIntegrity()
Super
Method Detail |
---|
public String[] getTypeRefs()
getTypeRefs
in interface Validation
getTypeRefs
in class DefaultIntegrityValidation
Validation.getTypeRefs()
public final String getGeomTypeRefA()
public final void setGeomTypeRefA(String typeRefA)
typeRefA
- A String with the polygonTypeRef to set.public final String getGeomTypeRefB()
public final void setGeomTypeRefB(String typeRefB)
typeRefB
- A String with the restrictedPolygonTypeRef to set.public final void setExpected(String exp)
public final void setExpected(boolean arg)
public final boolean isExpected()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |