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 TypeMethodDescriptionvoidDocumentRoot.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 TypeClassDescriptionclassAn 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.memberThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetMember(MemberPropertyType newMember, NotificationChain msgs) voidDocumentRootImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateMember(MemberPropertyType value) Method parameters in net.opengis.wfs20.validation with type arguments of type MemberPropertyTypeModifier and TypeMethodDescriptionbooleanTupleTypeValidator.validateMember(EList<MemberPropertyType> value)