public interface Primitive
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
Primitive.PrimitiveType
The types of primitives 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDescription()
Get a textual description of this primitive, this is mainly intended for debug purposes. 
 | 
java.lang.String | 
getName()
Get the name of this primitive. 
 | 
int | 
getTag()
Get the tag for this primitive, the value is unsigned and ranges
 from 0x0000 to 0xFFFF. 
 | 
Primitive.PrimitiveType | 
getType()
Get the type of the primitive, see  
Primitive.PrimitiveType. | 
int getTag()
PrimitiveTags.java.lang.String getName()
Primitive.PrimitiveType getType()
Primitive.PrimitiveType.java.lang.String getDescription()