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.boolean
isValidCategoryCode
(Integer code) isValidCategoryCode.boolean
isValidCategoryName
(String name) isValidCategoryName.boolean
isValidDomainCode
(Integer code) isValidDomainCode.boolean
isValidDomainName
(String name) isValidDomainName.boolean
isValidKindCode
(Integer code) isValidKindCode.boolean
isValidKindName
(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
- aInteger
object- Returns:
- a boolean
-
isValidDomainCode
isValidDomainCode.
- Parameters:
code
- aInteger
object- Returns:
- a boolean
-
isValidKindCode
isValidKindCode.
- Parameters:
code
- aInteger
object- Returns:
- a boolean
-
isValidCategoryName
isValidCategoryName.
- Parameters:
name
- aString
object- Returns:
- a boolean
-
isValidDomainName
isValidDomainName.
- Parameters:
name
- aString
object- Returns:
- a boolean
-
isValidKindName
isValidKindName.
- Parameters:
name
- aString
object- Returns:
- a boolean
-
categoryNameForCode
categoryNameForCode.
-
domainNameForCode
domainNameForCode.
-
kindNameForCode
kindNameForCode.
-