|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectuk.ac.ic.doc.automed.wrappers.AutoMedType
uk.ac.ic.doc.automed.wrappers.AutoMedString
public class AutoMedString
Provides generic representation of string values of abritrary size.
| Field Summary |
|---|
| Fields inherited from class uk.ac.ic.doc.automed.wrappers.AutoMedType |
|---|
BOOLEAN, FLOAT, INTEGER, NULL_STR, STRING, TIME, TUPLE |
| Constructor Summary | |
|---|---|
AutoMedString(java.lang.String value)
Create a new AutoMedString |
|
| Method Summary | |
|---|---|
double |
doubleValue()
Return the double representation of this AutoMedType. |
boolean |
equals(AutoMedType v)
Test two AutoMedTypes for equality, performing conversions as appropriate. |
int |
getType()
Return the Type (INTEGER, TUPLE, ...) of this AutoMedType |
java.lang.String |
toString()
Return a string representation of this AutoMedString. |
| Methods inherited from class uk.ac.ic.doc.automed.wrappers.AutoMedType |
|---|
isLiteral, isNull, isNumeric |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AutoMedString(java.lang.String value)
| Method Detail |
|---|
public java.lang.String toString()
toString in class AutoMedTypepublic boolean equals(AutoMedType v)
AutoMedType
equals in class AutoMedTypepublic final int getType()
AutoMedType
getType in class AutoMedTypepublic double doubleValue()
AutoMedType
doubleValue in class AutoMedType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||