se.unlogic.standardutils.xml
Class FieldXMLInfo

java.lang.Object
  extended by se.unlogic.standardutils.xml.FieldXMLInfo

public class FieldXMLInfo
extends Object


Constructor Summary
FieldXMLInfo(String name, Field field, FieldType fieldType, boolean cdata, boolean elementable, boolean list, boolean array, String childName, boolean skipSubElement, Stringyfier valueFormatter)
           
 
Method Summary
 String getChildName()
           
 Field getField()
           
 FieldType getFieldType()
           
 String getName()
           
 Stringyfier getValueFormatter()
           
 boolean isArray()
           
 boolean isCDATA()
           
 boolean isElementable()
           
 boolean isList()
           
 boolean skipSubElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldXMLInfo

public FieldXMLInfo(String name,
                    Field field,
                    FieldType fieldType,
                    boolean cdata,
                    boolean elementable,
                    boolean list,
                    boolean array,
                    String childName,
                    boolean skipSubElement,
                    Stringyfier valueFormatter)
Method Detail

getName

public String getName()

getField

public Field getField()

getFieldType

public FieldType getFieldType()

isCDATA

public boolean isCDATA()

isList

public boolean isList()

isElementable

public boolean isElementable()

getChildName

public String getChildName()

getValueFormatter

public Stringyfier getValueFormatter()

skipSubElement

public boolean skipSubElement()

isArray

public boolean isArray()


Copyright © 2011. All Rights Reserved.