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.wfs20Methods in net.opengis.wfs20 that return MemberPropertyType Modifier and Type Method Description MemberPropertyTypeWfs20Factory. createMemberPropertyType()Returns a new object of class 'Member Property Type'.MemberPropertyTypeDocumentRoot. 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 voidDocumentRoot. setMember(MemberPropertyType value)Sets the value of the 'Member' containment reference.
- 
Uses of MemberPropertyType in net.opengis.wfs20.implClasses in net.opengis.wfs20.impl that implement MemberPropertyType Modifier and Type Class Description classMemberPropertyTypeImplAn 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. memberThe cached value of the 'Member' containment reference list.Methods in net.opengis.wfs20.impl that return MemberPropertyType Modifier and Type Method Description MemberPropertyTypeWfs20FactoryImpl. createMemberPropertyType()MemberPropertyTypeDocumentRootImpl. 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 NotificationChainDocumentRootImpl. basicSetMember(MemberPropertyType newMember, NotificationChain msgs)voidDocumentRootImpl. setMember(MemberPropertyType newMember)
- 
Uses of MemberPropertyType in net.opengis.wfs20.utilMethods in net.opengis.wfs20.util with parameters of type MemberPropertyType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type MemberPropertyType Modifier and Type Method Description booleanDocumentRootValidator. validateMember(MemberPropertyType value)Method parameters in net.opengis.wfs20.validation with type arguments of type MemberPropertyType Modifier and Type Method Description booleanTupleTypeValidator. validateMember(EList<MemberPropertyType> value)
 
-