Uses of Interface
net.opengis.gml311.CodeOrNullListType
Packages that use CodeOrNullListType
-
Uses of CodeOrNullListType in net.opengis.gml311
Subinterfaces of CodeOrNullListType in net.opengis.gml311Modifier and TypeInterfaceDescriptioninterfaceA representation of the model object 'Category Extent Type'.Methods in net.opengis.gml311 that return CodeOrNullListTypeModifier and TypeMethodDescriptionGml311Factory.createCodeOrNullListType()Returns a new object of class 'Code Or Null List Type'.DocumentRoot.getCategoryList()Returns the value of the 'Category List' containment reference.RangeParametersType.getCategoryList()Returns the value of the 'Category List' containment reference.ValuePropertyType.getCategoryList()Returns the value of the 'Category List' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CodeOrNullListTypeModifier and TypeMethodDescriptionEList<CodeOrNullListType>RangeSetType.getCategoryList()Returns the value of the 'Category List' containment reference list.EList<CodeOrNullListType>ValueArrayPropertyType.getCategoryList()Returns the value of the 'Category List' containment reference list.Methods in net.opengis.gml311 with parameters of type CodeOrNullListTypeModifier and TypeMethodDescriptionvoidDocumentRoot.setCategoryList(CodeOrNullListType value) Sets the value of the 'Category List' containment reference.voidRangeParametersType.setCategoryList(CodeOrNullListType value) Sets the value of the 'Category List' containment reference.voidValuePropertyType.setCategoryList(CodeOrNullListType value) Sets the value of the 'Category List' containment reference. -
Uses of CodeOrNullListType in net.opengis.gml311.impl
Classes in net.opengis.gml311.impl that implement CodeOrNullListTypeModifier and TypeClassDescriptionclassAn implementation of the model object 'Category Extent Type'.classAn implementation of the model object 'Code Or Null List Type'.Fields in net.opengis.gml311.impl declared as CodeOrNullListTypeModifier and TypeFieldDescriptionprotected CodeOrNullListTypeRangeParametersTypeImpl.categoryListThe cached value of the 'Category List' containment reference.protected CodeOrNullListTypeValuePropertyTypeImpl.categoryListThe cached value of the 'Category List' containment reference.Methods in net.opengis.gml311.impl that return CodeOrNullListTypeModifier and TypeMethodDescriptionGml311FactoryImpl.createCodeOrNullListType()DocumentRootImpl.getCategoryList()RangeParametersTypeImpl.getCategoryList()ValuePropertyTypeImpl.getCategoryList()Methods in net.opengis.gml311.impl that return types with arguments of type CodeOrNullListTypeModifier and TypeMethodDescriptionEList<CodeOrNullListType>RangeSetTypeImpl.getCategoryList()EList<CodeOrNullListType>ValueArrayPropertyTypeImpl.getCategoryList()Methods in net.opengis.gml311.impl with parameters of type CodeOrNullListTypeModifier and TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetCategoryList(CodeOrNullListType newCategoryList, NotificationChain msgs) NotificationChainRangeParametersTypeImpl.basicSetCategoryList(CodeOrNullListType newCategoryList, NotificationChain msgs) NotificationChainValuePropertyTypeImpl.basicSetCategoryList(CodeOrNullListType newCategoryList, NotificationChain msgs) voidDocumentRootImpl.setCategoryList(CodeOrNullListType newCategoryList) voidRangeParametersTypeImpl.setCategoryList(CodeOrNullListType newCategoryList) voidValuePropertyTypeImpl.setCategoryList(CodeOrNullListType newCategoryList) -
Uses of CodeOrNullListType in net.opengis.gml311.util
Methods in net.opengis.gml311.util with parameters of type CodeOrNullListTypeModifier and TypeMethodDescriptionGml311Switch.caseCodeOrNullListType(CodeOrNullListType object) Returns the result of interpreting the object as an instance of 'Code Or Null List Type'.booleanGml311Validator.validateCodeOrNullListType(CodeOrNullListType codeOrNullListType, DiagnosticChain diagnostics, Map<Object, Object> context)