Uses of Interface
net.opengis.ows11.CodeType

Packages that use CodeType
net.opengis.ows11   
net.opengis.ows11.impl   
net.opengis.ows11.util   
net.opengis.ows11.validation   
net.opengis.wcs11   
net.opengis.wcs11.impl   
net.opengis.wcs11.util   
net.opengis.wcs11.validation   
net.opengis.wps10   
net.opengis.wps10.impl   
 

Uses of CodeType in net.opengis.ows11
 

Methods in net.opengis.ows11 that return CodeType
 CodeType Ows11Factory.createCodeType()
          Returns a new object of class 'Code Type'.
 CodeType BasicIdentificationType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType DatasetDescriptionSummaryBaseType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType DocumentRoot.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType ReferenceType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType ResponsiblePartySubsetType.getRole()
          Returns the value of the 'Role' containment reference.
 CodeType DocumentRoot.getRole()
          Returns the value of the 'Role' containment reference.
 CodeType ResponsiblePartyType.getRole()
          Returns the value of the 'Role' containment reference.
 CodeType ServiceIdentificationType.getServiceType()
          Returns the value of the 'Service Type' containment reference.
 CodeType KeywordsType.getType()
          Returns the value of the 'Type' containment reference.
 

Methods in net.opengis.ows11 with parameters of type CodeType
 void BasicIdentificationType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void DatasetDescriptionSummaryBaseType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void DocumentRoot.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void ReferenceType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void ResponsiblePartySubsetType.setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 void DocumentRoot.setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 void ResponsiblePartyType.setRole(CodeType value)
          Sets the value of the 'Role' containment reference.
 void ServiceIdentificationType.setServiceType(CodeType value)
          Sets the value of the 'Service Type' containment reference.
 void KeywordsType.setType(CodeType value)
          Sets the value of the 'Type' containment reference.
 

Uses of CodeType in net.opengis.ows11.impl
 

Classes in net.opengis.ows11.impl that implement CodeType
 class CodeTypeImpl
          An implementation of the model object 'Code Type'.
 

Fields in net.opengis.ows11.impl declared as CodeType
protected  CodeType BasicIdentificationTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType ReferenceTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType DatasetDescriptionSummaryBaseTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType ResponsiblePartySubsetTypeImpl.role
          The cached value of the 'Role' containment reference.
protected  CodeType ResponsiblePartyTypeImpl.role
          The cached value of the 'Role' containment reference.
protected  CodeType ServiceIdentificationTypeImpl.serviceType
          The cached value of the 'Service Type' containment reference.
protected  CodeType KeywordsTypeImpl.type
          The cached value of the 'Type' containment reference.
 

Methods in net.opengis.ows11.impl that return CodeType
 CodeType Ows11FactoryImpl.createCodeType()
           
 CodeType BasicIdentificationTypeImpl.getIdentifier()
           
 CodeType DocumentRootImpl.getIdentifier()
           
 CodeType ReferenceTypeImpl.getIdentifier()
           
 CodeType DatasetDescriptionSummaryBaseTypeImpl.getIdentifier()
           
 CodeType ResponsiblePartySubsetTypeImpl.getRole()
           
 CodeType DocumentRootImpl.getRole()
           
 CodeType ResponsiblePartyTypeImpl.getRole()
           
 CodeType ServiceIdentificationTypeImpl.getServiceType()
           
 CodeType KeywordsTypeImpl.getType()
           
 

Methods in net.opengis.ows11.impl with parameters of type CodeType
 org.eclipse.emf.common.notify.NotificationChain BasicIdentificationTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ReferenceTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DatasetDescriptionSummaryBaseTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartySubsetTypeImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain DocumentRootImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ResponsiblePartyTypeImpl.basicSetRole(CodeType newRole, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ServiceIdentificationTypeImpl.basicSetServiceType(CodeType newServiceType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain KeywordsTypeImpl.basicSetType(CodeType newType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void BasicIdentificationTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void DocumentRootImpl.setIdentifier(CodeType newIdentifier)
           
 void ReferenceTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void DatasetDescriptionSummaryBaseTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void ResponsiblePartySubsetTypeImpl.setRole(CodeType newRole)
           
 void DocumentRootImpl.setRole(CodeType newRole)
           
 void ResponsiblePartyTypeImpl.setRole(CodeType newRole)
           
 void ServiceIdentificationTypeImpl.setServiceType(CodeType newServiceType)
           
 void KeywordsTypeImpl.setType(CodeType newType)
           
 

Uses of CodeType in net.opengis.ows11.util
 

Methods in net.opengis.ows11.util with parameters of type CodeType
 java.lang.Object Ows11Switch.caseCodeType(CodeType object)
          Returns the result of interpreting the object as an instance of 'Code Type'.
 boolean Ows11Validator.validateCodeType(CodeType codeType, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of CodeType in net.opengis.ows11.validation
 

Methods in net.opengis.ows11.validation with parameters of type CodeType
 boolean DocumentRootValidator.validateIdentifier(CodeType value)
           
 boolean ReferenceTypeValidator.validateIdentifier(CodeType value)
           
 boolean BasicIdentificationTypeValidator.validateIdentifier(CodeType value)
           
 boolean DatasetDescriptionSummaryBaseTypeValidator.validateIdentifier(CodeType value)
           
 boolean ResponsiblePartyTypeValidator.validateRole(CodeType value)
           
 boolean DocumentRootValidator.validateRole(CodeType value)
           
 boolean ResponsiblePartySubsetTypeValidator.validateRole(CodeType value)
           
 boolean ServiceIdentificationTypeValidator.validateServiceType(CodeType value)
           
 boolean KeywordsTypeValidator.validateType(CodeType value)
           
 

Uses of CodeType in net.opengis.wcs11
 

Subinterfaces of CodeType in net.opengis.wcs11
 interface InterpolationMethodBaseType
          A representation of the model object 'Interpolation Method Base Type'.
 interface InterpolationMethodType
          A representation of the model object 'Interpolation Method Type'.
 

Methods in net.opengis.wcs11 that return CodeType
 CodeType FieldSubsetType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType GetCoverageType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 

Methods in net.opengis.wcs11 with parameters of type CodeType
 void FieldSubsetType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void GetCoverageType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 

Uses of CodeType in net.opengis.wcs11.impl
 

Classes in net.opengis.wcs11.impl that implement CodeType
 class InterpolationMethodBaseTypeImpl
          An implementation of the model object 'Interpolation Method Base Type'.
 class InterpolationMethodTypeImpl
          An implementation of the model object 'Interpolation Method Type'.
 

Fields in net.opengis.wcs11.impl declared as CodeType
protected  CodeType FieldSubsetTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType GetCoverageTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
 

Methods in net.opengis.wcs11.impl that return CodeType
 CodeType FieldSubsetTypeImpl.getIdentifier()
           
 CodeType GetCoverageTypeImpl.getIdentifier()
           
 

Methods in net.opengis.wcs11.impl with parameters of type CodeType
 org.eclipse.emf.common.notify.NotificationChain FieldSubsetTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain GetCoverageTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FieldSubsetTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void GetCoverageTypeImpl.setIdentifier(CodeType newIdentifier)
           
 

Uses of CodeType in net.opengis.wcs11.util
 

Methods in net.opengis.wcs11.util with parameters of type CodeType
 java.lang.Object Wcs111Switch.caseCodeType(CodeType object)
          Returns the result of interpreting the object as an instance of 'Code Type'.
 

Uses of CodeType in net.opengis.wcs11.validation
 

Methods in net.opengis.wcs11.validation with parameters of type CodeType
 boolean FieldSubsetTypeValidator.validateIdentifier(CodeType value)
           
 boolean GetCoverageTypeValidator.validateIdentifier(CodeType value)
           
 

Uses of CodeType in net.opengis.wps10
 

Methods in net.opengis.wps10 that return CodeType
 CodeType DescriptionType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType OutputDefinitionType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType ExecuteType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 CodeType InputType.getIdentifier()
          Returns the value of the 'Identifier' containment reference.
 

Methods in net.opengis.wps10 with parameters of type CodeType
 void DescriptionType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void OutputDefinitionType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void ExecuteType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 void InputType.setIdentifier(CodeType value)
          Sets the value of the 'Identifier' containment reference.
 

Uses of CodeType in net.opengis.wps10.impl
 

Fields in net.opengis.wps10.impl declared as CodeType
protected  CodeType DescriptionTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType OutputDefinitionTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType InputTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
protected  CodeType ExecuteTypeImpl.identifier
          The cached value of the 'Identifier' containment reference.
 

Methods in net.opengis.wps10.impl that return CodeType
 CodeType DescriptionTypeImpl.getIdentifier()
           
 CodeType OutputDefinitionTypeImpl.getIdentifier()
           
 CodeType InputTypeImpl.getIdentifier()
           
 CodeType ExecuteTypeImpl.getIdentifier()
           
 

Methods in net.opengis.wps10.impl with parameters of type CodeType
 org.eclipse.emf.common.notify.NotificationChain DescriptionTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OutputDefinitionTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain InputTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ExecuteTypeImpl.basicSetIdentifier(CodeType newIdentifier, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DescriptionTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void OutputDefinitionTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void InputTypeImpl.setIdentifier(CodeType newIdentifier)
           
 void ExecuteTypeImpl.setIdentifier(CodeType newIdentifier)
           
 



Copyright © 1996-2010 Geotools. All Rights Reserved.