Uses of Interface
net.opengis.wfs20.TitleType
Packages that use TitleType
Package
Description
-
Uses of TitleType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TitleTypeModifier and TypeMethodDescriptionWfs20Factory.createTitleType()
Returns a new object of class 'Title Type'.DocumentRoot.getTitle()
Returns the value of the 'Title' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type TitleTypeModifier and TypeMethodDescriptionEList<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 -
Uses of TitleType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TitleTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Title Type'.Fields in net.opengis.wfs20.impl with type parameters of type TitleTypeModifier and TypeFieldDescriptionprotected EList<TitleType>
FeatureTypeTypeImpl.title
The cached value of the 'Title
' containment reference list.protected EList<TitleType>
ParameterExpressionTypeImpl.title
The cached value of the 'Title
' containment reference list.protected EList<TitleType>
StoredQueryDescriptionTypeImpl.title
The cached value of the 'Title
' containment reference list.protected EList<TitleType>
StoredQueryListItemTypeImpl.title
The cached value of the 'Title
' containment reference list.Methods in net.opengis.wfs20.impl that return TitleTypeMethods in net.opengis.wfs20.impl that return types with arguments of type TitleTypeModifier and TypeMethodDescriptionEList<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 TitleTypeModifier and TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetTitle
(TitleType newTitle, NotificationChain msgs) void
-
Uses of TitleType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TitleTypeModifier and TypeMethodDescriptionWfs20Switch.caseTitleType
(TitleType object) Returns the result of interpreting the object as an instance of 'Title Type'.boolean
Wfs20Validator.validateTitleType
(TitleType titleType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of TitleType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TitleTypeMethod parameters in net.opengis.wfs20.validation with type arguments of type TitleTypeModifier and TypeMethodDescriptionboolean
FeatureTypeTypeValidator.validateTitle
(EList<TitleType> value) boolean
ParameterExpressionTypeValidator.validateTitle
(EList<TitleType> value) boolean
StoredQueryDescriptionTypeValidator.validateTitle
(EList<TitleType> value) boolean
StoredQueryListItemTypeValidator.validateTitle
(EList<TitleType> value)