net.sourceforge.nrl.parser.operators
Class ImplementationDetail

java.lang.Object
  extended by net.sourceforge.nrl.parser.operators.PropertyAwareObject
      extended by 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

Field Summary
static String LABEL_CHANGED
          Event - label changed.
static String VALUE_CHANGED
          Event - value changed.
 
Constructor Summary
ImplementationDetail(IImplementationDetail other)
           
ImplementationDetail(String label, String value)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getLabel()
          Return the label.
 String getValue()
          Return the value.
 void setLabel(String label)
           
 void setValue(String value)
           
 
Methods inherited from class net.sourceforge.nrl.parser.operators.PropertyAwareObject
addPropertyChangeListener, removePropertyChangeListener
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ImplementationDetail

public ImplementationDetail(String label,
                            String value)

ImplementationDetail

public ImplementationDetail(IImplementationDetail other)
Method Detail

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