|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sadun.text.ffp.Type
This class declares the field types recognized by LineFormat
and exposes them via public constant members.
This class cannot be instantiated directly.
Field Summary | |
static Type |
ALFA
The field is alphanumeric |
static Type |
CONSTANT
The field is a (alphanumeric) constant |
static Type |
NUMERIC
The field is numeric |
static Type |
UNDEFINED
Declares that no information is known about the field |
Constructor Summary | |
protected |
Type(int code,
java.lang.String description)
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Return true if the given object is the same type as this |
java.lang.String |
toString()
Return a description of the type. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final Type UNDEFINED
public static final Type ALFA
public static final Type NUMERIC
public static final Type CONSTANT
Constructor Detail |
protected Type(int code, java.lang.String description)
Method Detail |
public final boolean equals(java.lang.Object obj)
public java.lang.String toString()
|
Copyright (C) 2003,2004 dr. Cristiano Sadun | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |