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.csw20Methods in net.opengis.cat.csw20 that return ConceptualSchemeType Modifier and Type Method Description ConceptualSchemeTypeCsw20Factory. createConceptualSchemeType()Returns a new object of class 'Conceptual Scheme Type'.ConceptualSchemeTypeDomainValuesType. 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 voidDomainValuesType. setConceptualScheme(ConceptualSchemeType value)Sets the value of the 'Conceptual Scheme' containment reference.
- 
Uses of ConceptualSchemeType in net.opengis.cat.csw20.implClasses in net.opengis.cat.csw20.impl that implement ConceptualSchemeType Modifier and Type Class Description classConceptualSchemeTypeImplAn implementation of the model object 'Conceptual Scheme Type'.Fields in net.opengis.cat.csw20.impl declared as ConceptualSchemeType Modifier and Type Field Description protected ConceptualSchemeTypeDomainValuesTypeImpl. conceptualSchemeThe cached value of the 'Conceptual Scheme' containment reference.Methods in net.opengis.cat.csw20.impl that return ConceptualSchemeType Modifier and Type Method Description ConceptualSchemeTypeCsw20FactoryImpl. createConceptualSchemeType()ConceptualSchemeTypeDomainValuesTypeImpl. getConceptualScheme()Methods in net.opengis.cat.csw20.impl with parameters of type ConceptualSchemeType Modifier and Type Method Description NotificationChainDomainValuesTypeImpl. basicSetConceptualScheme(ConceptualSchemeType newConceptualScheme, NotificationChain msgs)voidDomainValuesTypeImpl. setConceptualScheme(ConceptualSchemeType newConceptualScheme)
 
-