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.wfsMethods in net.opengis.wfs that return XlinkPropertyNameType Modifier and Type Method Description XlinkPropertyNameTypeWfsFactory. createXlinkPropertyNameType()Returns a new object of class 'Xlink Property Name Type'.XlinkPropertyNameTypeDocumentRoot. 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 voidDocumentRoot. setXlinkPropertyName(XlinkPropertyNameType value)Sets the value of the 'Xlink Property Name' containment reference.
- 
Uses of XlinkPropertyNameType in net.opengis.wfs.implClasses in net.opengis.wfs.impl that implement XlinkPropertyNameType Modifier and Type Class Description classXlinkPropertyNameTypeImplAn implementation of the model object 'Xlink Property Name Type'.Methods in net.opengis.wfs.impl that return XlinkPropertyNameType Modifier and Type Method Description XlinkPropertyNameTypeWfsFactoryImpl. createXlinkPropertyNameType()XlinkPropertyNameTypeDocumentRootImpl. getXlinkPropertyName()Methods in net.opengis.wfs.impl with parameters of type XlinkPropertyNameType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName, NotificationChain msgs)voidDocumentRootImpl. setXlinkPropertyName(XlinkPropertyNameType newXlinkPropertyName)
- 
Uses of XlinkPropertyNameType in net.opengis.wfs.validationMethods in net.opengis.wfs.validation with parameters of type XlinkPropertyNameType Modifier and Type Method Description booleanDocumentRootValidator. validateXlinkPropertyName(XlinkPropertyNameType value)
 
-