Uses of Interface
net.opengis.cat.csw20.ConceptualSchemeType
-
Packages that use ConceptualSchemeType Package Description net.opengis.cat.csw20 net.opengis.cat.csw20.impl -
-
Uses of ConceptualSchemeType in net.opengis.cat.csw20
Methods in net.opengis.cat.csw20 that return ConceptualSchemeType Modifier and Type Method Description ConceptualSchemeType
Csw20Factory. createConceptualSchemeType()
Returns a new object of class 'Conceptual Scheme Type'.ConceptualSchemeType
DomainValuesType. getConceptualScheme()
Returns the value of the 'Conceptual Scheme' containment reference.Methods in net.opengis.cat.csw20 with parameters of type ConceptualSchemeType Modifier and Type Method Description void
DomainValuesType. setConceptualScheme(ConceptualSchemeType value)
Sets the value of the 'Conceptual Scheme
' containment reference. -
Uses of ConceptualSchemeType in net.opengis.cat.csw20.impl
Classes in net.opengis.cat.csw20.impl that implement ConceptualSchemeType Modifier and Type Class Description class
ConceptualSchemeTypeImpl
An implementation of the model object 'Conceptual Scheme Type'.Fields in net.opengis.cat.csw20.impl declared as ConceptualSchemeType Modifier and Type Field Description protected ConceptualSchemeType
DomainValuesTypeImpl. conceptualScheme
The cached value of the 'Conceptual Scheme
' containment reference.Methods in net.opengis.cat.csw20.impl that return ConceptualSchemeType Modifier and Type Method Description ConceptualSchemeType
Csw20FactoryImpl. createConceptualSchemeType()
ConceptualSchemeType
DomainValuesTypeImpl. getConceptualScheme()
Methods in net.opengis.cat.csw20.impl with parameters of type ConceptualSchemeType Modifier and Type Method Description NotificationChain
DomainValuesTypeImpl. basicSetConceptualScheme(ConceptualSchemeType newConceptualScheme, NotificationChain msgs)
void
DomainValuesTypeImpl. setConceptualScheme(ConceptualSchemeType newConceptualScheme)
-