Package net.opengis.wfs20.validation
Interface FeatureTypeTypeValidator
public interface FeatureTypeTypeValidator
A sample validator interface for
FeatureTypeType.
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()booleanvalidateAbstract(EList<AbstractType> value) booleanvalidateDefaultCRS(String value) booleanbooleanvalidateKeywords(EList<KeywordsType> value) booleanvalidateMetadataURL(EList<MetadataURLType> value) booleanvalidateName(QName value) booleanvalidateNoCRS(NoCRSType value) booleanvalidateOtherCRS(String value) booleanvalidateOtherCRS(EList<String> value) booleanbooleanvalidateOutputFormats(EList<OutputFormatListType> value) booleanvalidateTitle(EList<TitleType> value) booleanvalidateWGS84BoundingBox(EList<WGS84BoundingBoxType> value)
-
Method Details
-
validate
boolean validate() -
validateName
-
validateTitle
-
validateAbstract
-
validateKeywords
-
validateDefaultCRS
-
validateOtherCRS
-
validateOtherCRS
-
validateNoCRS
-
validateOutputFormats
-
validateOutputFormats
-
validateWGS84BoundingBox
-
validateMetadataURL
-
validateExtendedDescription
-