public class MetaBoolean extends MetaParameter
CALIBRATION_LEVEL, HIERARCHY_LEVEL, SPECTRUM_LEVEL
Modifier | Constructor and Description |
---|---|
protected |
MetaBoolean() |
|
MetaBoolean(attribute attr) |
protected |
MetaBoolean(attribute attr,
java.lang.Object meta_value) |
protected |
MetaBoolean(int eav_id) |
protected |
MetaBoolean(java.lang.String category_name,
java.lang.String category_value,
java.lang.Object meta_value) |
Modifier and Type | Method and Description |
---|---|
boolean |
allows_multi_insert() |
java.lang.Object |
getEAVValue() |
boolean |
hasEqualValue(MetaParameter mp) |
void |
setEmptyValue() |
void |
setValue(java.lang.Object value) |
java.lang.String |
valueAsString() |
getAnnotation, getAttributeId, getAttributeName, getBlob_lazy_loading, getBlob_size_in_MB, getBlob_size, getCategoryName, getCategoryValue, getDefaultStorageField, getDefaultUnitId, getDescription, getEavId, getFieldPos, getIsBooleanValue, getLevel, getUnitId, getUnitName, getValue, newInstance, newInstance, newInstance, setAnnotation, setAttributeId, setAttributeName, setBlob_lazy_loading, setBlob_size, setCategoryName, setCategoryValue, setDefaultStorageField, setDefaultUnitId, setDescription, setEavId, setIsBooleanValue, setLevel, setUnitId, setUnitName, setUnits, setValue
protected MetaBoolean()
protected MetaBoolean(int eav_id)
protected MetaBoolean(java.lang.String category_name, java.lang.String category_value, java.lang.Object meta_value) throws MetaParameterFormatException
MetaParameterFormatException
protected MetaBoolean(attribute attr, java.lang.Object meta_value) throws MetaParameterFormatException
MetaParameterFormatException
public MetaBoolean(attribute attr)
public boolean allows_multi_insert()
allows_multi_insert
in class MetaParameter
public boolean hasEqualValue(MetaParameter mp)
hasEqualValue
in class MetaParameter
public void setEmptyValue()
setEmptyValue
in class MetaParameter
public java.lang.Object getEAVValue()
getEAVValue
in class MetaParameter
public void setValue(java.lang.Object value) throws MetaParameterFormatException
setValue
in class MetaParameter
MetaParameterFormatException
public java.lang.String valueAsString()
valueAsString
in class MetaParameter