Class SimpleItemProperty

java.lang.Object
net.datenwerke.eximport.obj.ItemProperty
net.datenwerke.eximport.obj.SimpleItemProperty

public class SimpleItemProperty extends ItemProperty
  • Constructor Details

    • SimpleItemProperty

      public SimpleItemProperty(String name, Class<?> type, String value, Element el)
  • Method Details

    • getValue

      public String getValue()
    • getBoolean

      public Boolean getBoolean()
    • getInteger

      public Integer getInteger()
    • getDouble

      public Double getDouble()
    • getLong

      public Long getLong()