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.ows20
Subinterfaces of CodeType in net.opengis.ows20 Modifier and Type Interface Description interface
NilValueType
A representation of the model object 'Nil Value Type'.Methods in net.opengis.ows20 that return CodeType Modifier and Type Method Description CodeType
Ows20Factory. 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
AdditionalParameterType. getName()
Returns the value of the 'Name' containment reference.CodeType
DocumentRoot. getRole()
Returns the value of the 'Role' containment reference.CodeType
ResponsiblePartySubsetType. 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.ows20 with parameters of type CodeType Modifier and Type Method Description 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
AdditionalParameterType. setName(CodeType value)
Sets the value of the 'Name
' containment reference.void
DocumentRoot. setRole(CodeType value)
Sets the value of the 'Role
' containment reference.void
ResponsiblePartySubsetType. 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.ows20.impl
Classes in net.opengis.ows20.impl that implement CodeType Modifier and Type Class Description class
CodeTypeImpl
An implementation of the model object 'Code Type'.class
NilValueTypeImpl
An implementation of the model object 'Nil Value Type'.Fields in net.opengis.ows20.impl declared as CodeType Modifier and Type Field Description protected CodeType
BasicIdentificationTypeImpl. identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
DatasetDescriptionSummaryBaseTypeImpl. identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
ReferenceTypeImpl. identifier
The cached value of the 'Identifier
' containment reference.protected CodeType
AdditionalParameterTypeImpl. name
The cached value of the 'Name
' 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.ows20.impl that return CodeType Modifier and Type Method Description CodeType
Ows20FactoryImpl. createCodeType()
CodeType
BasicIdentificationTypeImpl. getIdentifier()
CodeType
DatasetDescriptionSummaryBaseTypeImpl. getIdentifier()
CodeType
DocumentRootImpl. getIdentifier()
CodeType
ReferenceTypeImpl. getIdentifier()
CodeType
AdditionalParameterTypeImpl. getName()
CodeType
DocumentRootImpl. getRole()
CodeType
ResponsiblePartySubsetTypeImpl. getRole()
CodeType
ResponsiblePartyTypeImpl. getRole()
CodeType
ServiceIdentificationTypeImpl. getServiceType()
CodeType
KeywordsTypeImpl. getType()
Methods in net.opengis.ows20.impl with parameters of type CodeType Modifier and Type Method Description NotificationChain
BasicIdentificationTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
NotificationChain
DatasetDescriptionSummaryBaseTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
NotificationChain
ReferenceTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
NotificationChain
AdditionalParameterTypeImpl. basicSetName(CodeType newName, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetRole(CodeType newRole, NotificationChain msgs)
NotificationChain
ResponsiblePartySubsetTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)
NotificationChain
ResponsiblePartyTypeImpl. basicSetRole(CodeType newRole, NotificationChain msgs)
NotificationChain
ServiceIdentificationTypeImpl. basicSetServiceType(CodeType newServiceType, NotificationChain msgs)
NotificationChain
KeywordsTypeImpl. basicSetType(CodeType newType, NotificationChain msgs)
void
BasicIdentificationTypeImpl. setIdentifier(CodeType newIdentifier)
void
DatasetDescriptionSummaryBaseTypeImpl. setIdentifier(CodeType newIdentifier)
void
DocumentRootImpl. setIdentifier(CodeType newIdentifier)
void
ReferenceTypeImpl. setIdentifier(CodeType newIdentifier)
void
AdditionalParameterTypeImpl. setName(CodeType newName)
void
DocumentRootImpl. setRole(CodeType newRole)
void
ResponsiblePartySubsetTypeImpl. setRole(CodeType newRole)
void
ResponsiblePartyTypeImpl. setRole(CodeType newRole)
void
ServiceIdentificationTypeImpl. setServiceType(CodeType newServiceType)
void
KeywordsTypeImpl. setType(CodeType newType)
-
Uses of CodeType in net.opengis.ows20.util
Methods in net.opengis.ows20.util with parameters of type CodeType Modifier and Type Method Description T
Ows20Switch. caseCodeType(CodeType object)
Returns the result of interpreting the object as an instance of 'Code Type'.boolean
Ows20Validator. validateCodeType(CodeType codeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of CodeType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type CodeType Modifier and Type Method Description boolean
BasicIdentificationTypeValidator. validateIdentifier(CodeType value)
boolean
DatasetDescriptionSummaryBaseTypeValidator. validateIdentifier(CodeType value)
boolean
DocumentRootValidator. validateIdentifier(CodeType value)
boolean
ReferenceTypeValidator. validateIdentifier(CodeType value)
boolean
AdditionalParameterTypeValidator. validateName(CodeType value)
boolean
DocumentRootValidator. validateRole(CodeType value)
boolean
ResponsiblePartySubsetTypeValidator. validateRole(CodeType value)
boolean
ResponsiblePartyTypeValidator. validateRole(CodeType value)
boolean
ServiceIdentificationTypeValidator. validateServiceType(CodeType value)
boolean
KeywordsTypeValidator. validateType(CodeType value)
-
Uses of CodeType in net.opengis.wps20
Methods in net.opengis.wps20 that return CodeType Modifier and Type Method Description CodeType
ExecuteRequestType. 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 void
ExecuteRequestType. setIdentifier(CodeType value)
Sets the value of the 'Identifier
' containment reference. -
Uses of CodeType in net.opengis.wps20.impl
Fields in net.opengis.wps20.impl declared as CodeType Modifier and Type Field Description protected CodeType
ExecuteRequestTypeImpl. identifier
The 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. identifier
The cached value of the 'Identifier
' containment reference list.Methods in net.opengis.wps20.impl that return CodeType Modifier and Type Method Description CodeType
ExecuteRequestTypeImpl. 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 NotificationChain
ExecuteRequestTypeImpl. basicSetIdentifier(CodeType newIdentifier, NotificationChain msgs)
void
ExecuteRequestTypeImpl. setIdentifier(CodeType newIdentifier)
-