Uses of Interface
net.opengis.wfs20.MemberPropertyType
Packages that use MemberPropertyType
Package
Description
-
Uses of MemberPropertyType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return MemberPropertyTypeModifier and TypeMethodDescriptionWfs20Factory.createMemberPropertyType()
Returns a new object of class 'Member Property Type'.DocumentRoot.getMember()
Returns the value of the 'Member' containment reference.Methods in net.opengis.wfs20 that return types with arguments of type MemberPropertyTypeModifier and TypeMethodDescriptionEList<MemberPropertyType>
TupleType.getMember()
Returns the value of the 'Member' containment reference list.Methods in net.opengis.wfs20 with parameters of type MemberPropertyTypeModifier and TypeMethodDescriptionvoid
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 MemberPropertyTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Member Property Type'.Fields in net.opengis.wfs20.impl with type parameters of type MemberPropertyTypeModifier and TypeFieldDescriptionprotected EList<MemberPropertyType>
TupleTypeImpl.member
The cached value of the 'Member
' containment reference list.Methods in net.opengis.wfs20.impl that return MemberPropertyTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createMemberPropertyType()
DocumentRootImpl.getMember()
Methods in net.opengis.wfs20.impl that return types with arguments of type MemberPropertyTypeMethods in net.opengis.wfs20.impl with parameters of type MemberPropertyTypeModifier and TypeMethodDescriptionNotificationChain
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 MemberPropertyTypeModifier and TypeMethodDescriptionWfs20Switch.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 MemberPropertyTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateMember
(MemberPropertyType value) Method parameters in net.opengis.wfs20.validation with type arguments of type MemberPropertyTypeModifier and TypeMethodDescriptionboolean
TupleTypeValidator.validateMember
(EList<MemberPropertyType> value)