Uses of Class
org.apache.turbine.services.intake.xmlmodel.XmlField

Packages that use XmlField
org.apache.turbine.services.intake.model   
org.apache.turbine.services.intake.xmlmodel   
 

Uses of XmlField in org.apache.turbine.services.intake.model
 

Methods in org.apache.turbine.services.intake.model with parameters of type XmlField
static Field FieldFactory.getInstance(XmlField xmlField, Group xmlGroup)
          Creates a Field object appropriate for the type specified in the xml file.
 

Constructors in org.apache.turbine.services.intake.model with parameters of type XmlField
StringKeyField(XmlField field, Group group)
          Deprecated. Constructor.
StringField(XmlField field, Group group)
          Constructor.
ShortField(XmlField field, Group group)
          Constructor.
NumberKeyField(XmlField field, Group group)
          Constructor.
LongField(XmlField field, Group group)
          Constructor.
IntegerField(XmlField field, Group group)
          Constructor.
FloatField(XmlField field, Group group)
          Constructor.
FileItemField(XmlField field, Group group)
          Constructor.
Field(XmlField field, Group group)
          Constructs a field based on data in the xml specification and assigns it to a Group.
DoubleField(XmlField field, Group group)
          Constructor.
DateStringField(XmlField field, Group group)
          Constructor.
ComboKeyField(XmlField field, Group group)
          Constructor.
BooleanField(XmlField field, Group group)
           
BigDecimalField(XmlField field, Group group)
          Constructor.
 

Uses of XmlField in org.apache.turbine.services.intake.xmlmodel
 

Methods in org.apache.turbine.services.intake.xmlmodel that return XmlField
 XmlField XmlGroup.addField(org.xml.sax.Attributes attrib)
          A utility function to create a new field from attrib and add it to this input group.
 XmlField XmlGroup.getField(java.lang.String name)
          Returns a Specified field.
 XmlField Rule.getField()
          Get the parent Field of the rule
 

Methods in org.apache.turbine.services.intake.xmlmodel with parameters of type XmlField
 void XmlGroup.addField(XmlField field)
          Adds a new field to the fields list and set the parent group of the field to the current group
 boolean XmlGroup.containsField(XmlField field)
          Returns true if the input group contains a spesified field
 void Rule.setField(XmlField parent)
          Set the parent Field of the rule
 



Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.