addChoice(String choice) | org.turro.elephant.impl.context.AttributeItem | |
AttributeItem(String name, Boolean value, Boolean defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
AttributeItem(String name, Number value, Number defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
AttributeItem(String name, Date value, Date defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
AttributeItem(String name, String value, int type, String defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
choices | org.turro.elephant.impl.context.AttributeItem | |
getBooleanValue() | org.turro.elephant.impl.context.AttributeItem | |
getBooleanValue(boolean defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
getChoices() | org.turro.elephant.impl.context.AttributeItem | |
getDateValue() | org.turro.elephant.impl.context.AttributeItem | |
getDateValue(Date defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
getDoubleValue() | org.turro.elephant.impl.context.AttributeItem | |
getDoubleValue(double defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
getFromParameter(IConstructor constructor, String name, String defaultValue) | org.turro.elephant.impl.context.AttributeItem | static |
getIntegerValue() | org.turro.elephant.impl.context.AttributeItem | |
getIntegerValue(int defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
getLongValue() | org.turro.elephant.impl.context.AttributeItem | |
getLongValue(long defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
getValue() | org.turro.elephant.impl.context.AttributeItem | |
getValue(String defaultValue) | org.turro.elephant.impl.context.AttributeItem | |
name | org.turro.elephant.impl.context.AttributeItem | |
setBooleanValue(boolean value) | org.turro.elephant.impl.context.AttributeItem | |
setValue(String value) | org.turro.elephant.impl.context.AttributeItem | |
STRING_ATTR | org.turro.elephant.impl.context.AttributeItem | static |
type | org.turro.elephant.impl.context.AttributeItem | |