Class CodeListAdapter.Value

java.lang.Object
org.apache.sis.internal.jaxb.gml.CodeListAdapter.Value
Enclosing class:
CodeListAdapter<BoundType extends org.opengis.util.CodeList<BoundType>>

static final class CodeListAdapter.Value extends Object
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.
Since:
0.3
Version:
0.3
  • Field Details

    • codeSpace

      String codeSpace
      The code space of the value as a URI, or null.
    • value

      String value
      The code list identifier.
  • 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.