net.sourceforge.nrl.parser.operators
Class ImplementationDetail
java.lang.Object
net.sourceforge.nrl.parser.operators.PropertyAwareObject
net.sourceforge.nrl.parser.operators.ImplementationDetail
- All Implemented Interfaces:
- Serializable, IImplementationDetail
public class ImplementationDetail
- extends PropertyAwareObject
- implements IImplementationDetail
A default implementation of the implementation detail interface.
- See Also:
- Serialized Form
LABEL_CHANGED
public static final String LABEL_CHANGED
- Event - label changed.
- See Also:
- Constant Field Values
VALUE_CHANGED
public static final String VALUE_CHANGED
- Event - value changed.
- See Also:
- Constant Field Values
ImplementationDetail
public ImplementationDetail(String label,
String value)
ImplementationDetail
public ImplementationDetail(IImplementationDetail other)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getLabel
public String getLabel()
- Description copied from interface:
IImplementationDetail
- Return the label.
- Specified by:
getLabel
in interface IImplementationDetail
- Returns:
- the label
getValue
public String getValue()
- Description copied from interface:
IImplementationDetail
- Return the value.
- Specified by:
getValue
in interface IImplementationDetail
- Returns:
- the value
setLabel
public void setLabel(String label)
setValue
public void setValue(String value)
Copyright © 2006-2010 Christian Nentwich and others