|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.shiwa.fgi.iwir.DataType
org.shiwa.fgi.iwir.SimpleType
public class SimpleType
The Class SimpleType represents the simple types of an IWIR data type. Note
that this class is just a wrapper for the enum SimpleType.ConcreteType
.
Therefore, getType() returns ConcreteType.
Nested Class Summary | |
---|---|
static class |
SimpleType.ConcreteType
The Enum ConcreteType list the simple types. |
Field Summary | |
---|---|
static SimpleType |
BOOLEAN
The BOOLEAN type instance. |
static SimpleType |
DOUBLE
The DOUBLE type instance. |
static SimpleType |
FILE
The FILE type instance. |
static SimpleType |
INTEGER
The INTEGER type instance. |
static SimpleType |
STRING
The STRING type instance. |
Method Summary | |
---|---|
SimpleType.ConcreteType |
getType()
Gets the concrete type of the simple type object. |
java.lang.String |
toString()
Returns the string representation of the data type instance. |
Methods inherited from class org.shiwa.fgi.iwir.DataType |
---|
fromString, getConcreteType, getNestingLevel, getSimpleType |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static SimpleType STRING
public static SimpleType INTEGER
public static SimpleType DOUBLE
public static SimpleType FILE
public static SimpleType BOOLEAN
Method Detail |
---|
public SimpleType.ConcreteType getType()
public java.lang.String toString()
DataType
toString
in class DataType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |