Uses of Interface
net.opengis.fes20.PropertyIsLikeType
- 
Packages that use PropertyIsLikeType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of PropertyIsLikeType in net.opengis.fes20Methods in net.opengis.fes20 that return PropertyIsLikeType Modifier and Type Method Description PropertyIsLikeTypeFes20Factory. createPropertyIsLikeType()Returns a new object of class 'Property Is Like Type'.PropertyIsLikeTypeDocumentRoot. getPropertyIsLike()Returns the value of the 'Property Is Like' containment reference.Methods in net.opengis.fes20 with parameters of type PropertyIsLikeType Modifier and Type Method Description voidDocumentRoot. setPropertyIsLike(PropertyIsLikeType value)Sets the value of the 'Property Is Like' containment reference.
- 
Uses of PropertyIsLikeType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement PropertyIsLikeType Modifier and Type Class Description classPropertyIsLikeTypeImplAn implementation of the model object 'Property Is Like Type'.Methods in net.opengis.fes20.impl that return PropertyIsLikeType Modifier and Type Method Description PropertyIsLikeTypeFes20FactoryImpl. createPropertyIsLikeType()PropertyIsLikeTypeDocumentRootImpl. getPropertyIsLike()Methods in net.opengis.fes20.impl with parameters of type PropertyIsLikeType Modifier and Type Method Description NotificationChainDocumentRootImpl. basicSetPropertyIsLike(PropertyIsLikeType newPropertyIsLike, NotificationChain msgs)voidDocumentRootImpl. setPropertyIsLike(PropertyIsLikeType newPropertyIsLike)
- 
Uses of PropertyIsLikeType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type PropertyIsLikeType Modifier and Type Method Description TFes20Switch. casePropertyIsLikeType(PropertyIsLikeType object)Returns the result of interpreting the object as an instance of 'Property Is Like Type'.booleanFes20Validator. validatePropertyIsLikeType(PropertyIsLikeType propertyIsLikeType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-