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 int
getFieldLengthMax()
ConfigField.FieldType
getFieldType()
List<KeyValuePair>
getOptions()
int
getSelectSize()
int
getWeight()
boolean
isLongField()
void
setFieldLengthMax(int max)
void
setFieldType(ConfigField.FieldType t)
void
setLongField(boolean val)
void
setOptions(List<KeyValuePair> options)
void
setSelectSize(int selSize)
void
setWeight(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()
-
-