public class Extension extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Extension(char key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
char |
getKey() |
String |
getValue() |
String |
toString()
Returns a string containing a concise, human-readable description of this
object.
|
protected String _value
public char getKey()
public String getValue()
public String getID()
public String toString()
ObjectgetClass().getName() + '@' + Integer.toHexString(hashCode())
See Writing a useful
toString method
if you intend implementing your own toString method.