Class MovingModelCodesValidator
java.lang.Object
org.opengis.cite.cdb10.util.reference.Validator
org.opengis.cite.cdb10.util.reference.MovingModelCodesValidator
Provides methods to validate Moving Model Codes.
-
Constructor Summary
ConstructorsConstructorDescriptionInitialize this validator with the contents of an XML Document. -
Method Summary
Modifier and TypeMethodDescriptioncategoryNameForCode(Integer code) categoryNameForCode.domainNameForCode(Integer code) domainNameForCode.booleanisValidCategoryCode(Integer code) isValidCategoryCode.booleanisValidCategoryName(String name) isValidCategoryName.booleanisValidDomainCode(Integer code) isValidDomainCode.booleanisValidDomainName(String name) isValidDomainName.booleanisValidKindCode(Integer code) isValidKindCode.booleanisValidKindName(String name) isValidKindName.kindNameForCode(Integer code) kindNameForCode.Methods inherited from class org.opengis.cite.cdb10.util.reference.Validator
compileAndEvaluate
-
Constructor Details
-
MovingModelCodesValidator
Initialize this validator with the contents of an XML Document.- Parameters:
doc- XML Document from Moving_Model_Codes.xml
-
-
Method Details
-
isValidCategoryCode
isValidCategoryCode.
- Parameters:
code- aIntegerobject- Returns:
- a boolean
-
isValidDomainCode
isValidDomainCode.
- Parameters:
code- aIntegerobject- Returns:
- a boolean
-
isValidKindCode
isValidKindCode.
- Parameters:
code- aIntegerobject- Returns:
- a boolean
-
isValidCategoryName
isValidCategoryName.
- Parameters:
name- aStringobject- Returns:
- a boolean
-
isValidDomainName
isValidDomainName.
- Parameters:
name- aStringobject- Returns:
- a boolean
-
isValidKindName
isValidKindName.
- Parameters:
name- aStringobject- Returns:
- a boolean
-
categoryNameForCode
categoryNameForCode.
-
domainNameForCode
domainNameForCode.
-
kindNameForCode
kindNameForCode.
-