|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISymbol
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Field Summary | |
|---|---|
static int |
TYPE_ABILITY
|
static int |
TYPE_CONFIG
Project Configuration |
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
If name equals, then symbol equals. |
String |
getName()
|
String |
getSafeValue()
Get value in safe format for preprocessor. |
int |
getType()
|
String |
getValue()
|
int |
hashCode()
|
void |
setName(String identifier)
|
void |
setType(int type)
|
void |
setValue(String value)
|
String |
toString()
|
| Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
|---|
loadUsing, storeUsing |
| Field Detail |
|---|
static final int TYPE_ABILITY
static final int TYPE_CONFIG
| Method Detail |
|---|
boolean equals(Object obj)
equals in class ObjectString getName()
String getSafeValue()
int getType()
String getValue()
int hashCode()
hashCode in class Objectvoid setName(String identifier)
identifier - void setType(int type)
type - void setValue(String value)
value - String toString()
toString in class Object
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||