org.codehaus.mojo.pomtools.config
Class FieldConfiguration

java.lang.Object
  extended by org.codehaus.mojo.pomtools.config.FieldConfiguration
All Implemented Interfaces:
Serializable

public class FieldConfiguration
extends Object
implements Serializable

null

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
FieldConfiguration()
           
 
Method Summary
 void addFieldName(String string)
          Method addFieldName
 String getEditorClass()
          Get null
 String getEditorFieldOrder()
          Get null
 String getFieldName()
          Get null
 String getFieldNamePattern()
          Get null
 List getFieldNames()
          Method getFieldNames
 String getItemClassName()
          Get null
 String getItemLabel()
          Get null
 String getLabel()
          Get null
 String getModelEncoding()
           
 String getPossibleValues()
          Get null
 String getToStringBuilder()
          Get null
 boolean isIgnore()
          Get null
 void merge(FieldConfiguration otherConfig)
           
 void removeFieldName(String string)
          Method removeFieldName
 void setEditorClass(String editorClass)
          Set null
 void setEditorFieldOrder(String editorFieldOrder)
          Set null
 void setFieldName(String fieldName)
          Set null
 void setFieldNamePattern(String fieldNamePattern)
          Set null
 void setFieldNames(List fieldNames)
          Set null
 void setIgnore(boolean ignore)
          Set null
 void setItemClassName(String itemClassName)
          Set null
 void setItemLabel(String itemLabel)
          Set null
 void setLabel(String label)
          Set null
 void setModelEncoding(String modelEncoding)
           
 void setPossibleValues(String possibleValues)
          Set null
 void setToStringBuilder(String toStringBuilder)
          Set null
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldConfiguration

public FieldConfiguration()
Method Detail

addFieldName

public void addFieldName(String string)
Method addFieldName

Parameters:
string -

getEditorClass

public String getEditorClass()
Get null


getEditorFieldOrder

public String getEditorFieldOrder()
Get null


getFieldName

public String getFieldName()
Get null


getFieldNamePattern

public String getFieldNamePattern()
Get null


getFieldNames

public List getFieldNames()
Method getFieldNames


getItemClassName

public String getItemClassName()
Get null


getItemLabel

public String getItemLabel()
Get null


getLabel

public String getLabel()
Get null


getPossibleValues

public String getPossibleValues()
Get null


getToStringBuilder

public String getToStringBuilder()
Get null


isIgnore

public boolean isIgnore()
Get null


removeFieldName

public void removeFieldName(String string)
Method removeFieldName

Parameters:
string -

setEditorClass

public void setEditorClass(String editorClass)
Set null

Parameters:
editorClass -

setEditorFieldOrder

public void setEditorFieldOrder(String editorFieldOrder)
Set null

Parameters:
editorFieldOrder -

setFieldName

public void setFieldName(String fieldName)
Set null

Parameters:
fieldName -

setFieldNamePattern

public void setFieldNamePattern(String fieldNamePattern)
Set null

Parameters:
fieldNamePattern -

setFieldNames

public void setFieldNames(List fieldNames)
Set null

Parameters:
fieldNames -

setIgnore

public void setIgnore(boolean ignore)
Set null

Parameters:
ignore -

setItemClassName

public void setItemClassName(String itemClassName)
Set null

Parameters:
itemClassName -

setItemLabel

public void setItemLabel(String itemLabel)
Set null

Parameters:
itemLabel -

setLabel

public void setLabel(String label)
Set null

Parameters:
label -

setPossibleValues

public void setPossibleValues(String possibleValues)
Set null

Parameters:
possibleValues -

setToStringBuilder

public void setToStringBuilder(String toStringBuilder)
Set null

Parameters:
toStringBuilder -

merge

public void merge(FieldConfiguration otherConfig)

setModelEncoding

public void setModelEncoding(String modelEncoding)

getModelEncoding

public String getModelEncoding()


Copyright © 2011 The Codehaus. All Rights Reserved.