org.eclipse.mtj.core.model.preprocessor
Class SymbolDefinition
java.lang.Object
org.eclipse.mtj.core.model.preprocessor.SymbolDefinition
public class SymbolDefinition
- extends Object
A simple class that represents the definition of a symbol.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SymbolDefinition
public SymbolDefinition(String identifier,
String value)
- Create a new definition.
- Parameters:
identifier - value -
getIdentifier
public String getIdentifier()
- Returns:
- the identifier
setIdentifier
public void setIdentifier(String identifier)
- Parameters:
identifier - the identifier to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value - the value to set