Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.preprocessor
Class SymbolDefinition

java.lang.Object
  extended by org.eclipse.mtj.core.model.preprocessor.SymbolDefinition

public class SymbolDefinition
extends Object

A simple class that represents the definition of a symbol.


Constructor Summary
SymbolDefinition(String identifier, String value)
          Create a new definition.
 
Method Summary
 String getIdentifier()
           
 String getValue()
           
 void setIdentifier(String identifier)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolDefinition

public SymbolDefinition(String identifier,
                        String value)
Create a new definition.

Parameters:
identifier -
value -
Method Detail

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

Mobile Tools for Java
Release 1.0