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.wfs20
Methods in net.opengis.wfs20 that return TitleType Modifier and Type Method Description TitleType
Wfs20Factory. createTitleType()
Returns a new object of class 'Title Type'.TitleType
DocumentRoot. 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 void
DocumentRoot. setTitle(TitleType value)
Sets the value of the 'Title
' containment reference. -
Uses of TitleType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TitleType Modifier and Type Class Description class
TitleTypeImpl
An 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. 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 TitleType Modifier and Type Method Description TitleType
Wfs20FactoryImpl. createTitleType()
TitleType
DocumentRootImpl. 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 NotificationChain
DocumentRootImpl. basicSetTitle(TitleType newTitle, NotificationChain msgs)
void
DocumentRootImpl. setTitle(TitleType newTitle)
-
Uses of TitleType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TitleType Modifier and Type Method Description T
Wfs20Switch. 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 TitleType Modifier and Type Method Description boolean
DocumentRootValidator. validateTitle(TitleType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type TitleType Modifier and Type Method Description boolean
FeatureTypeTypeValidator. validateTitle(EList<TitleType> value)
boolean
ParameterExpressionTypeValidator. validateTitle(EList<TitleType> value)
boolean
StoredQueryDescriptionTypeValidator. validateTitle(EList<TitleType> value)
boolean
StoredQueryListItemTypeValidator. validateTitle(EList<TitleType> value)
-