Methods Summary |
---|
public abstract java.lang.String | encode()Gets an encoded string representation of the instance.
|
public java.lang.String | getFieldName()Gets the field name.
return fieldName;
|
public char | getTypeChar()Returns the type character for the field.
if (fieldName == null)
return '\0";
else return fieldName.charAt(0);
|
public java.lang.String | toString()Gets a user friendly textual represntation
of the object contents. return this.encode();
|