* <!-- end-user-doc -->
* @generated NOT
*/
@Override
public String getText(Object object) {
LogicalConnectiveTypes labelValue = ((LogicCondition)object).getLogicalConnectiveType();
String label = labelValue == null ? null : labelValue.toString();
return label == null || label.length() == 0 ?
getString("_UI_LogicCondition_type") :
getString("_UI_LogicCondition_type") + " \"" + label+"\"";
}