Class BooleanAdapter

java.lang.Object
javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.BooleanElement,ddf.catalog.data.Attribute>
ddf.catalog.transformer.xml.adapter.BooleanAdapter

public class BooleanAdapter extends javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.BooleanElement,ddf.catalog.data.Attribute>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ddf.catalog.transformer.xml.binding.BooleanElement
    marshal(ddf.catalog.data.Attribute attribute)
     
    static ddf.catalog.transformer.xml.binding.BooleanElement
    marshalFrom(ddf.catalog.data.Attribute attribute)
     
    ddf.catalog.data.Attribute
    unmarshal(ddf.catalog.transformer.xml.binding.BooleanElement element)
     
    static ddf.catalog.data.Attribute
    unmarshalFrom(ddf.catalog.transformer.xml.binding.BooleanElement element)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • BooleanAdapter

      public BooleanAdapter()
  • Method Details

    • marshalFrom

      public static ddf.catalog.transformer.xml.binding.BooleanElement marshalFrom(ddf.catalog.data.Attribute attribute)
    • unmarshalFrom

      public static ddf.catalog.data.Attribute unmarshalFrom(ddf.catalog.transformer.xml.binding.BooleanElement element)
    • marshal

      public ddf.catalog.transformer.xml.binding.BooleanElement marshal(ddf.catalog.data.Attribute attribute)
      Specified by:
      marshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.BooleanElement,ddf.catalog.data.Attribute>
    • unmarshal

      public ddf.catalog.data.Attribute unmarshal(ddf.catalog.transformer.xml.binding.BooleanElement element)
      Specified by:
      unmarshal in class javax.xml.bind.annotation.adapters.XmlAdapter<ddf.catalog.transformer.xml.binding.BooleanElement,ddf.catalog.data.Attribute>