|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--uk.ac.ic.doc.automed.wrappers.AutoMedType
Provides a base for the representation of basic types supported by AutoMed.
| Field Summary | |
static int |
BOOLEAN
Type to represent a boolean true/false value. |
static int |
FLOAT
Type to represent a floating point atomic type |
static int |
INTEGER
Type to represent a twos-complement integer atomic type |
static int |
STRING
Type to represent an arbitrary length string in the unicode character set. |
static int |
TIME
Type to represent a time (on a particular day) |
static int |
TUPLE
Type to represent a tuple of atomic types |
| Constructor Summary | |
AutoMedType()
|
|
| Method Summary | |
abstract boolean |
equals(AutoMedType v)
Test two AutoMedTypes for equality, performing conversions as appropriate. |
abstract int |
getType()
Return the Type (INTEGER, TUPLE, ...) of this AutoMedType |
abstract java.lang.String |
toString()
Return a string representation of this AutoMedType. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int INTEGER
public static final int TUPLE
public static final int FLOAT
public static final int TIME
public static final int STRING
public static final int BOOLEAN
| Constructor Detail |
public AutoMedType()
| Method Detail |
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract int getType()
public abstract boolean equals(AutoMedType v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||