Class NumericAttributeAdapter
- java.lang.Object
-
- javax.xml.bind.annotation.adapters.XmlAdapter<NumericAttributeDTO,NumericAttribute>
-
- org.opennms.netmgt.collection.adapters.NumericAttributeAdapter
-
public class NumericAttributeAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<NumericAttributeDTO,NumericAttribute>
-
-
Constructor Summary
Constructors Constructor Description NumericAttributeAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NumericAttributeDTOmarshal(NumericAttribute attribute)NumericAttributeunmarshal(NumericAttributeDTO dto)
-
-
-
Method Detail
-
unmarshal
public NumericAttribute unmarshal(NumericAttributeDTO dto) throws java.lang.Exception
- Specified by:
unmarshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<NumericAttributeDTO,NumericAttribute>- Throws:
java.lang.Exception
-
marshal
public NumericAttributeDTO marshal(NumericAttribute attribute) throws java.lang.Exception
- Specified by:
marshalin classjavax.xml.bind.annotation.adapters.XmlAdapter<NumericAttributeDTO,NumericAttribute>- Throws:
java.lang.Exception
-
-