Uses of Interface
net.opengis.ows20.CodeType
- 
Packages that use CodeType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation net.opengis.wps20 net.opengis.wps20.impl 
- 
- 
Uses of CodeType in net.opengis.ows20Subinterfaces of CodeType in net.opengis.ows20 Modifier and Type Interface Description interfaceNilValueTypeA representation of the model object 'Nil Value Type'.Methods in net.opengis.ows20 that return CodeType Modifier and Type Method Description CodeTypeOws20Factory. createCodeType()Returns a new object of class 'Code Type'.CodeTypeBasicIdentificationType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDatasetDescriptionSummaryBaseType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeDocumentRoot. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeReferenceType. getIdentifier()Returns the value of the 'Identifier' containment reference.CodeTypeAdditionalParameterType. getName()Returns the value of the 'Name' containment reference.CodeTypeDocumentRoot. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartySubsetType. getRole()Returns the value of the 'Role' containment reference.CodeTypeResponsiblePartyType. getRole()Returns the value of the 'Role' containment reference.CodeTypeServiceIdentificationType. getServiceType()Returns the value of the 'Service Type' containment reference.CodeTypeKeywordsType. getType()Returns the value of the 'Type' containment reference.Methods in net.opengis.ows20 with parameters of type CodeType Modifier and Type Method Description voidBasicIdentificationType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDatasetDescriptionSummaryBaseType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidDocumentRoot. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidReferenceType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.voidAdditionalParameterType. setName(CodeType value)Sets the value of the 'Name' containment reference.voidDocumentRoot. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartySubsetType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidResponsiblePartyType. setRole(CodeType value)Sets the value of the 'Role' containment reference.voidServiceIdentificationType. setServiceType(CodeType value)Sets the value of the 'Service Type' containment reference.voidKeywordsType. setType(CodeType value)Sets the value of the 'Type' containment reference.
- 
Uses of CodeType in net.opengis.ows20.implClasses in net.opengis.ows20.impl that implement CodeType Modifier and Type Class Description classCodeTypeImplAn implementation of the model object 'Code Type'.classNilValueTypeImplAn implementation of the model object 'Nil Value Type'.Fields in net.opengis.ows20.impl declared as CodeType Modifier and Type Field Description protected CodeTypeBasicIdentificationTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeDatasetDescriptionSummaryBaseTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeReferenceTypeImpl. identifierThe cached value of the 'Identifier' containment reference.protected CodeTypeAdditionalParameterTypeImpl. nameThe cached value of the 'Name' containment reference.protected CodeTypeResponsiblePartySubsetTypeImpl. roleThe cached value of the 'Role' containment reference.protected CodeTypeResponsiblePartyTypeImpl. roleThe cached value of the 'Role' containment reference.protected CodeTypeServiceIdentificationTypeImpl. serviceTypeThe cached value of the 'Service Type' containment reference.protected CodeTypeKeywordsTypeImpl. typeThe cached value of the 'Type' containment reference.Methods in net.opengis.ows20.impl that return CodeType Modifier and Type Method Description CodeTypeOws20FactoryImpl. createCodeType()CodeTypeBasicIdentificationTypeImpl. getIdentifier()CodeTypeDatasetDescriptionSummaryBaseTypeImpl. getIdentifier()CodeTypeDocumentRootImpl. getIdentifier()CodeTypeReferenceTypeImpl. getIdentifier()CodeTypeAdditionalParameterTypeImpl. getName()CodeTypeDocumentRootImpl. getRole()CodeTypeResponsiblePartySubsetTypeImpl. getRole()CodeTypeResponsiblePartyTypeImpl. getRole()CodeTypeServiceIdentificationTypeImpl. getServiceType()CodeTypeKeywordsTypeImpl. getType()Methods in net.opengis.ows20.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainBasicIdentificationTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainDatasetDescriptionSummaryBaseTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainReferenceTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)NotificationChainAdditionalParameterTypeImpl. basicSetName(CodeType newName, NotificationChain msgs)NotificationChainDocumentRootImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainResponsiblePartySubsetTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainResponsiblePartyTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)NotificationChainServiceIdentificationTypeImpl. basicSetServiceType(CodeType newServiceType, NotificationChain msgs)NotificationChainKeywordsTypeImpl. basicSetType(CodeType newType, NotificationChain msgs)voidBasicIdentificationTypeImpl. setIdentifier(CodeType newIdentifier)voidDatasetDescriptionSummaryBaseTypeImpl. setIdentifier(CodeType newIdentifier)voidDocumentRootImpl. setIdentifier(CodeType newIdentifier)voidReferenceTypeImpl. setIdentifier(CodeType newIdentifier)voidAdditionalParameterTypeImpl. setName(CodeType newName)voidDocumentRootImpl. setRole(CodeType newRole)voidResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)voidResponsiblePartyTypeImpl. setRole(CodeType newRole)voidServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)voidKeywordsTypeImpl. setType(CodeType newType)
- 
Uses of CodeType in net.opengis.ows20.utilMethods in net.opengis.ows20.util with parameters of type CodeType Modifier and Type Method Description TOws20Switch. caseCodeType(CodeType object)Returns the result of interpreting the object as an instance of 'Code Type'.booleanOws20Validator. validateCodeType(CodeType codeType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of CodeType in net.opengis.ows20.validationMethods in net.opengis.ows20.validation with parameters of type CodeType Modifier and Type Method Description booleanBasicIdentificationTypeValidator. validateIdentifier(CodeType value)booleanDatasetDescriptionSummaryBaseTypeValidator. validateIdentifier(CodeType value)booleanDocumentRootValidator. validateIdentifier(CodeType value)booleanReferenceTypeValidator. validateIdentifier(CodeType value)booleanAdditionalParameterTypeValidator. validateName(CodeType value)booleanDocumentRootValidator. validateRole(CodeType value)booleanResponsiblePartySubsetTypeValidator. validateRole(CodeType value)booleanResponsiblePartyTypeValidator. validateRole(CodeType value)booleanServiceIdentificationTypeValidator. validateServiceType(CodeType value)booleanKeywordsTypeValidator. validateType(CodeType value)
- 
Uses of CodeType in net.opengis.wps20Methods in net.opengis.wps20 that return CodeType Modifier and Type Method Description CodeTypeExecuteRequestType. getIdentifier()Returns the value of the 'Identifier' containment reference.Methods in net.opengis.wps20 that return types with arguments of type CodeType Modifier and Type Method Description EList<CodeType>DescribeProcessType. getIdentifier()Returns the value of the 'Identifier' containment reference list.Methods in net.opengis.wps20 with parameters of type CodeType Modifier and Type Method Description voidExecuteRequestType. setIdentifier(CodeType value)Sets the value of the 'Identifier' containment reference.
- 
Uses of CodeType in net.opengis.wps20.implFields in net.opengis.wps20.impl declared as CodeType Modifier and Type Field Description protected CodeTypeExecuteRequestTypeImpl. identifierThe cached value of the 'Identifier' containment reference.Fields in net.opengis.wps20.impl with type parameters of type CodeType Modifier and Type Field Description protected EList<CodeType>DescribeProcessTypeImpl. identifierThe cached value of the 'Identifier' containment reference list.Methods in net.opengis.wps20.impl that return CodeType Modifier and Type Method Description CodeTypeExecuteRequestTypeImpl. getIdentifier()Methods in net.opengis.wps20.impl that return types with arguments of type CodeType Modifier and Type Method Description EList<CodeType>DescribeProcessTypeImpl. getIdentifier()Methods in net.opengis.wps20.impl with parameters of type CodeType Modifier and Type Method Description NotificationChainExecuteRequestTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)voidExecuteRequestTypeImpl. setIdentifier(CodeType newIdentifier)
 
-