Class EnumAdapter<ValueType extends EnumAdapter<ValueType, BoundType>, BoundType extends Enum<BoundType>>
java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ValueType, BoundType>
org.apache.sis.internal.jaxb.cat.EnumAdapter<ValueType, BoundType>
- Type Parameters:
ValueType- the subclass implementing this adapter.BoundType- the enum being adapted.
- Direct Known Subclasses:
MD_ObligationCode
public abstract class EnumAdapter<ValueType extends EnumAdapter<ValueType, BoundType>, BoundType extends Enum<BoundType>>
extends XmlAdapter<ValueType, BoundType>
An adapter for
Enum, in order to implement the ISO 19115-3 standard.
Example:
- Since:
- 0.5
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class XmlAdapter
marshal, unmarshal
-
Constructor Details
-
EnumAdapter
protected EnumAdapter()For subclass constructors.
-
-
Method Details
-
name
-
value
-