Uses of Interface
net.opengis.wfs.XlinkPropertyNameType
-
Packages that use XlinkPropertyNameType Package Description net.opengis.wfs net.opengis.wfs.impl net.opengis.wfs.validation -
-
Uses of XlinkPropertyNameType in net.opengis.wfs
Methods in net.opengis.wfs that return XlinkPropertyNameType Modifier and Type Method Description XlinkPropertyNameType
WfsFactory. createXlinkPropertyNameType()
Returns a new object of class 'Xlink Property Name Type'.XlinkPropertyNameType
DocumentRoot. getXlinkPropertyName()
Returns the value of the 'Xlink Property Name' containment reference.Methods in net.opengis.wfs with parameters of type XlinkPropertyNameType Modifier and Type Method Description void
DocumentRoot. setXlinkPropertyName(XlinkPropertyNameType value)
Sets the value of the 'Xlink Property Name
' containment reference. -
Uses of XlinkPropertyNameType in net.opengis.wfs.impl
Classes in net.opengis.wfs.impl that implement XlinkPropertyNameType Modifier and Type Class Description class
XlinkPropertyNameTypeImpl
An implementation of the model object 'Xlink Property Name Type'.Methods in net.opengis.wfs.impl that return XlinkPropertyNameType Modifier and Type Method Description XlinkPropertyNameType
WfsFactoryImpl. createXlinkPropertyNameType()
XlinkPropertyNameType
DocumentRootImpl. getXlinkPropertyName()
Methods in net.opengis.wfs.impl with parameters of type XlinkPropertyNameType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName, NotificationChain msgs)
void
DocumentRootImpl. setXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName)
-
Uses of XlinkPropertyNameType in net.opengis.wfs.validation
Methods in net.opengis.wfs.validation with parameters of type XlinkPropertyNameType Modifier and Type Method Description boolean
DocumentRootValidator. validateXlinkPropertyName(XlinkPropertyNameType value)
-