Uses of Interface
net.opengis.wfs20.TitleType
- 
Packages that use TitleType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation 
- 
- 
Uses of TitleType in net.opengis.wfs20Methods in net.opengis.wfs20 that return TitleType Modifier and Type Method Description TitleTypeWfs20Factory. createTitleType()Returns a new object of class 'Title Type'.TitleTypeDocumentRoot. getTitle()Returns the value of the 'Title' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type TitleType Modifier and Type Method Description EList<TitleType>FeatureTypeType. getTitle()Returns the value of the 'Title' containment reference list.EList<TitleType>ParameterExpressionType. getTitle()Returns the value of the 'Title' containment reference list.EList<TitleType>StoredQueryDescriptionType. getTitle()Returns the value of the 'Title' containment reference list.EList<TitleType>StoredQueryListItemType. getTitle()Returns the value of the 'Title' containment reference list.Methods in net.opengis.wfs20 with parameters of type TitleType Modifier and Type Method Description voidDocumentRoot. setTitle(TitleType value)Sets the value of the 'Title' containment reference.
- 
Uses of TitleType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement TitleType Modifier and Type Class Description classTitleTypeImplAn implementation of the model object 'Title Type'.Fields in net.opengis.wfs20.impl with type parameters of type TitleType Modifier and Type Field Description protected EList<TitleType>FeatureTypeTypeImpl. titleThe cached value of the 'Title' containment reference list.protected EList<TitleType>ParameterExpressionTypeImpl. titleThe cached value of the 'Title' containment reference list.protected EList<TitleType>StoredQueryDescriptionTypeImpl. titleThe cached value of the 'Title' containment reference list.protected EList<TitleType>StoredQueryListItemTypeImpl. titleThe cached value of the 'Title' containment reference list.Methods in net.opengis.wfs20.impl that return TitleType Modifier and Type Method Description TitleTypeWfs20FactoryImpl. createTitleType()TitleTypeDocumentRootImpl. getTitle()Methods in net.opengis.wfs20.impl that return types with arguments of type TitleType Modifier and Type Method Description EList<TitleType>FeatureTypeTypeImpl. getTitle()EList<TitleType>ParameterExpressionTypeImpl. getTitle()EList<TitleType>StoredQueryDescriptionTypeImpl. getTitle()EList<TitleType>StoredQueryListItemTypeImpl. getTitle()Methods in net.opengis.wfs20.impl with parameters of type TitleType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetTitle(TitleType newTitle, NotificationChain msgs)voidDocumentRootImpl. setTitle(TitleType newTitle)
- 
Uses of TitleType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type TitleType Modifier and Type Method Description TWfs20Switch. caseTitleType(TitleType object)Returns the result of interpreting the object as an instance of 'Title Type'.booleanWfs20Validator. validateTitleType(TitleType titleType, DiagnosticChain diagnostics, Map<Object,Object> context)
- 
Uses of TitleType in net.opengis.wfs20.validationMethods in net.opengis.wfs20.validation with parameters of type TitleType Modifier and Type Method Description booleanDocumentRootValidator. validateTitle(TitleType value)Method parameters in net.opengis.wfs20.validation with type arguments of type TitleType Modifier and Type Method Description booleanFeatureTypeTypeValidator. validateTitle(EList<TitleType> value)booleanParameterExpressionTypeValidator. validateTitle(EList<TitleType> value)booleanStoredQueryDescriptionTypeValidator. validateTitle(EList<TitleType> value)booleanStoredQueryListItemTypeValidator. validateTitle(EList<TitleType> value)
 
-