Uses of Interface
net.opengis.wfs20.MemberPropertyType
-
Packages that use MemberPropertyType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of MemberPropertyType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return MemberPropertyType Modifier and Type Method Description MemberPropertyType
Wfs20Factory. createMemberPropertyType()
Returns a new object of class 'Member Property Type'.MemberPropertyType
DocumentRoot. getMember()
Returns the value of the 'Member' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type MemberPropertyType Modifier and Type Method Description EList<MemberPropertyType>
TupleType. getMember()
Returns the value of the 'Member' containment reference list.Methods in net.opengis.wfs20 with parameters of type MemberPropertyType Modifier and Type Method Description void
DocumentRoot. setMember(MemberPropertyType value)
Sets the value of the 'Member
' containment reference. -
Uses of MemberPropertyType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement MemberPropertyType Modifier and Type Class Description class
MemberPropertyTypeImpl
An implementation of the model object 'Member Property Type'.Fields in net.opengis.wfs20.impl with type parameters of type MemberPropertyType Modifier and Type Field Description protected EList<MemberPropertyType>
TupleTypeImpl. member
The cached value of the 'Member
' containment reference list.Methods in net.opengis.wfs20.impl that return MemberPropertyType Modifier and Type Method Description MemberPropertyType
Wfs20FactoryImpl. createMemberPropertyType()
MemberPropertyType
DocumentRootImpl. getMember()
Methods in net.opengis.wfs20.impl that return types with arguments of type MemberPropertyType Modifier and Type Method Description EList<MemberPropertyType>
TupleTypeImpl. getMember()
Methods in net.opengis.wfs20.impl with parameters of type MemberPropertyType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetMember(MemberPropertyType newMember, NotificationChain msgs)
void
DocumentRootImpl. setMember(MemberPropertyType newMember)
-
Uses of MemberPropertyType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type MemberPropertyType Modifier and Type Method Description T
Wfs20Switch. caseMemberPropertyType(MemberPropertyType object)
Returns the result of interpreting the object as an instance of 'Member Property Type'.boolean
Wfs20Validator. validateMemberPropertyType(MemberPropertyType memberPropertyType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of MemberPropertyType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type MemberPropertyType Modifier and Type Method Description boolean
DocumentRootValidator. validateMember(MemberPropertyType value)
Method parameters in net.opengis.wfs20.validation with type arguments of type MemberPropertyType Modifier and Type Method Description boolean
TupleTypeValidator. validateMember(EList<MemberPropertyType> value)
-