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 TypeInterfaceDescriptioninterface
A 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 TypeMethodDescriptionvoid
DocumentRoot.setCategoryList
(CodeOrNullListType value) Sets the value of the 'Category List
' containment reference.void
RangeParametersType.setCategoryList
(CodeOrNullListType value) Sets the value of the 'Category List
' containment reference.void
ValuePropertyType.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 TypeClassDescriptionclass
An implementation of the model object 'Category Extent Type'.class
An implementation of the model object 'Code Or Null List Type'.Fields in net.opengis.gml311.impl declared as CodeOrNullListTypeModifier and TypeFieldDescriptionprotected CodeOrNullListType
RangeParametersTypeImpl.categoryList
The cached value of the 'Category List
' containment reference.protected CodeOrNullListType
ValuePropertyTypeImpl.categoryList
The 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 TypeMethodDescriptionNotificationChain
DocumentRootImpl.basicSetCategoryList
(CodeOrNullListType newCategoryList, NotificationChain msgs) NotificationChain
RangeParametersTypeImpl.basicSetCategoryList
(CodeOrNullListType newCategoryList, NotificationChain msgs) NotificationChain
ValuePropertyTypeImpl.basicSetCategoryList
(CodeOrNullListType newCategoryList, NotificationChain msgs) void
DocumentRootImpl.setCategoryList
(CodeOrNullListType newCategoryList) void
RangeParametersTypeImpl.setCategoryList
(CodeOrNullListType newCategoryList) void
ValuePropertyTypeImpl.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'.boolean
Gml311Validator.validateCodeOrNullListType
(CodeOrNullListType codeOrNullListType, DiagnosticChain diagnostics, Map<Object, Object> context)