public class ImplementationDetail extends PropertyAwareObject implements IImplementationDetail
| Modifier and Type | Field and Description |
|---|---|
static String |
LABEL_CHANGED
Event - label changed.
|
static String |
VALUE_CHANGED
Event - value changed.
|
listeners| Constructor and Description |
|---|
ImplementationDetail(IImplementationDetail other) |
ImplementationDetail(String label,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getLabel()
Return the label.
|
String |
getValue()
Return the value.
|
void |
setLabel(String label) |
void |
setValue(String value) |
addPropertyChangeListener, firePropertyChange, removePropertyChangeListenerpublic static final String LABEL_CHANGED
public static final String VALUE_CHANGED
public ImplementationDetail(IImplementationDetail other)
public String getLabel()
IImplementationDetailgetLabel in interface IImplementationDetailpublic String getValue()
IImplementationDetailgetValue in interface IImplementationDetailpublic void setLabel(String label)
public void setValue(String value)
Copyright © 2006-2013. All Rights Reserved.