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
StringField(XmlField field, Group group)
          Constructor.
ShortField(XmlField field, Group group)
          Constructor.
DoubleField(XmlField field, Group group)
          Constructor.
StringKeyField(XmlField field, Group group)
          Deprecated. Constructor.
FileItemField(XmlField field, Group group)
          Constructor.
BooleanField(XmlField field, Group group)
           
LongField(XmlField field, Group group)
          Constructor.
DateStringField(XmlField field, Group group)
          Constructor.
IntegerField(XmlField field, Group group)
          Constructor.
FloatField(XmlField field, Group group)
          Constructor.
BigDecimalField(XmlField field, Group group)
          Constructor.
NumberKeyField(XmlField field, Group group)
          Constructor.
ComboKeyField(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.
 

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

Methods in org.apache.turbine.services.intake.xmlmodel that return XmlField
 XmlField Rule.getField()
          Get the parent Field of the rule
 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.
 

Methods in org.apache.turbine.services.intake.xmlmodel with parameters of type XmlField
 void Rule.setField(XmlField parent)
          Set the parent Field of the rule
 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
 



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