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.fes20
Methods in net.opengis.fes20 that return PropertyIsLikeType Modifier and Type Method Description PropertyIsLikeType
Fes20Factory. createPropertyIsLikeType()
Returns a new object of class 'Property Is Like Type'.PropertyIsLikeType
DocumentRoot. 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 void
DocumentRoot. setPropertyIsLike(PropertyIsLikeType value)
Sets the value of the 'Property Is Like
' containment reference. -
Uses of PropertyIsLikeType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement PropertyIsLikeType Modifier and Type Class Description class
PropertyIsLikeTypeImpl
An implementation of the model object 'Property Is Like Type'.Methods in net.opengis.fes20.impl that return PropertyIsLikeType Modifier and Type Method Description PropertyIsLikeType
Fes20FactoryImpl. createPropertyIsLikeType()
PropertyIsLikeType
DocumentRootImpl. getPropertyIsLike()
Methods in net.opengis.fes20.impl with parameters of type PropertyIsLikeType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetPropertyIsLike(PropertyIsLikeType newPropertyIsLike, NotificationChain msgs)
void
DocumentRootImpl. setPropertyIsLike(PropertyIsLikeType newPropertyIsLike)
-
Uses of PropertyIsLikeType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type PropertyIsLikeType Modifier and Type Method Description T
Fes20Switch. casePropertyIsLikeType(PropertyIsLikeType object)
Returns the result of interpreting the object as an instance of 'Property Is Like Type'.boolean
Fes20Validator. validatePropertyIsLikeType(PropertyIsLikeType propertyIsLikeType, DiagnosticChain diagnostics, Map<Object,Object> context)
-