se.unlogic.standardutils.xml
Class FieldXMLInfo
java.lang.Object
se.unlogic.standardutils.xml.FieldXMLInfo
public class FieldXMLInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldXMLInfo
public FieldXMLInfo(String name,
Field field,
FieldType fieldType,
boolean cdata,
boolean elementable,
boolean list,
boolean array,
String childName,
boolean skipSubElement,
Stringyfier valueFormatter)
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.