Class ConfigFieldAttributes
- java.lang.Object
-
- com.javahollic.jira.emh.api.config.ConfigFieldAttributes
-
public class ConfigFieldAttributes extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigFieldAttributes()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetFieldLengthMax()ConfigField.FieldTypegetFieldType()List<KeyValuePair>getOptions()intgetSelectSize()intgetWeight()booleanisLongField()voidsetFieldLengthMax(int max)voidsetFieldType(ConfigField.FieldType t)voidsetLongField(boolean val)voidsetOptions(List<KeyValuePair> options)voidsetSelectSize(int selSize)voidsetWeight(int weight)
-
-
-
Method Detail
-
getFieldType
public ConfigField.FieldType getFieldType()
-
setFieldType
public void setFieldType(ConfigField.FieldType t)
-
getWeight
public int getWeight()
-
setWeight
public void setWeight(int weight)
-
setOptions
public void setOptions(List<KeyValuePair> options)
-
getOptions
public List<KeyValuePair> getOptions()
-
getFieldLengthMax
public int getFieldLengthMax()
-
setFieldLengthMax
public void setFieldLengthMax(int max)
-
isLongField
public boolean isLongField()
-
setLongField
public void setLongField(boolean val)
-
setSelectSize
public void setSelectSize(int selSize)
-
getSelectSize
public int getSelectSize()
-
-