Community
Participate
Working Groups
private String fEditableValue;
public FormattedValueDMData(String value) {
fValue = value;
this(value, value);
fEditableValue = value;
}
public String getFormattedValue() {
return fValue;
/**
* @since 2.1
*/
public void setEditableValue(String editableValue) {
public FormattedValueDMData(String value, String editableValue) {
fEditableValue = editableValue;
private String fFormatId;
private boolean fEditable;
public GetFormattedValueValueQuery(IFormattedDataDMContext dmc, String formatId) {
this(dmc, formatId, false);
public GetFormattedValueValueQuery(IFormattedDataDMContext dmc, String formatId, boolean editable) {
super();
fDmc = dmc;
fFormatId = formatId;
fEditable = editable;
@Override
return getValue(element, formatId, true);
public String getValue(Object element, String formatId, boolean editable) {
private String getValue(Object element, String formatId, boolean editable) {
/*
* Get the DMC and the session. If element is not an register DMC, or