Package net.opengis.wfs20.validation
Interface MemberPropertyTypeValidator
public interface MemberPropertyTypeValidator
A sample validator interface for
MemberPropertyType.
This doesn't really do anything, and it's not a real EMF artifact.
It was generated by the org.eclipse.emf.examples.generator.validator plug-in to illustrate how EMF's code generator can be extended.
This can be disabled with -vmargs -Dorg.eclipse.emf.examples.generator.validator=false.-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate()booleanvalidateActuate(ActuateType value) booleanvalidateAny(FeatureMap value) booleanvalidateArcrole(String value) booleanvalidateHref(String value) booleanvalidateMixed(FeatureMap value) booleanvalidateRole(String value) booleanvalidateShow(ShowType value) booleanbooleanvalidateSimpleFeatureCollectionGroup(FeatureMap value) booleanvalidateState(Object value) booleanvalidateTitle(String value) booleanvalidateTuple(TupleType value) booleanvalidateType(String value)
-
Method Details
-
validate
boolean validate() -
validateMixed
boolean validateMixed(FeatureMap value) -
validateAny
boolean validateAny(FeatureMap value) -
validateTuple
-
validateSimpleFeatureCollectionGroup
boolean validateSimpleFeatureCollectionGroup(FeatureMap value) -
validateSimpleFeatureCollection
-
validateActuate
-
validateArcrole
-
validateHref
-
validateRole
-
validateShow
-
validateState
-
validateTitle
-
validateType
-