Uses of Interface
net.opengis.gml311.CodeOrNullListType
-
Packages that use CodeOrNullListType Package Description net.opengis.gml311 net.opengis.gml311.impl net.opengis.gml311.util -
-
Uses of CodeOrNullListType in net.opengis.gml311
Subinterfaces of CodeOrNullListType in net.opengis.gml311 Modifier and Type Interface Description interface
CategoryExtentType
A representation of the model object 'Category Extent Type'.Methods in net.opengis.gml311 that return CodeOrNullListType Modifier and Type Method Description CodeOrNullListType
Gml311Factory. createCodeOrNullListType()
Returns a new object of class 'Code Or Null List Type'.CodeOrNullListType
DocumentRoot. getCategoryList()
Returns the value of the 'Category List' containment reference.CodeOrNullListType
RangeParametersType. getCategoryList()
Returns the value of the 'Category List' containment reference.CodeOrNullListType
ValuePropertyType. getCategoryList()
Returns the value of the 'Category List' containment reference.Methods in net.opengis.gml311 that return types with arguments of type CodeOrNullListType Modifier and Type Method Description EList<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 CodeOrNullListType Modifier and Type Method Description void
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 CodeOrNullListType Modifier and Type Class Description class
CategoryExtentTypeImpl
An implementation of the model object 'Category Extent Type'.class
CodeOrNullListTypeImpl
An implementation of the model object 'Code Or Null List Type'.Fields in net.opengis.gml311.impl declared as CodeOrNullListType Modifier and Type Field Description protected 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 CodeOrNullListType Modifier and Type Method Description CodeOrNullListType
Gml311FactoryImpl. createCodeOrNullListType()
CodeOrNullListType
DocumentRootImpl. getCategoryList()
CodeOrNullListType
RangeParametersTypeImpl. getCategoryList()
CodeOrNullListType
ValuePropertyTypeImpl. getCategoryList()
Methods in net.opengis.gml311.impl that return types with arguments of type CodeOrNullListType Modifier and Type Method Description EList<CodeOrNullListType>
RangeSetTypeImpl. getCategoryList()
EList<CodeOrNullListType>
ValueArrayPropertyTypeImpl. getCategoryList()
Methods in net.opengis.gml311.impl with parameters of type CodeOrNullListType Modifier and Type Method Description NotificationChain
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 CodeOrNullListType Modifier and Type Method Description T
Gml311Switch. 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)
-