Package org.apache.sis.internal.jaxb.gml
Class CodeListAdapter.Value
java.lang.Object
org.apache.sis.internal.jaxb.gml.CodeListAdapter.Value
- Enclosing class:
- CodeListAdapter<BoundType extends org.opengis.util.CodeList<BoundType>>
Wraps the
CodeList
value in a GML document. This class does not need to be public
even if exported from public CodeListAdapter
API, because it is used only by JAXB
and JAXB can access private members.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
Constructor Details
-
Value
Value()Empty constructor for JAXB only. -
Value
Value(String codeSpace, org.opengis.util.CodeList<?> code) Creates a new wrapper for the given value.
-