ikrs.typesystem
Class BasicCharType

java.lang.Object
  extended by ikrs.typesystem.BasicTypeAdapter
      extended by ikrs.typesystem.BasicCharType
All Implemented Interfaces:
BasicType

public class BasicCharType
extends BasicTypeAdapter
implements BasicType


Field Summary
 
Fields inherited from interface ikrs.typesystem.BasicType
TYPE_ARRAY, TYPE_BOOLEAN, TYPE_BYTE, TYPE_CHAR, TYPE_DOUBLE, TYPE_FLOAT, TYPE_INT, TYPE_LONG, TYPE_SHORT, TYPE_STRING, TYPE_UUID
 
Constructor Summary
BasicCharType(char c)
           
 
Method Summary
 char getChar()
           
 java.lang.String getString()
           
 
Methods inherited from class ikrs.typesystem.BasicTypeAdapter
equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, getArray, getArray, getArrayElementAt, getArraySize, getBoolean, getBoolean, getByte, getByte, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getType, getUUID, getUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ikrs.typesystem.BasicType
equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, equals, getArray, getArray, getArrayElementAt, getArraySize, getBoolean, getBoolean, getByte, getByte, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getType, getUUID, getUUID
 

Constructor Detail

BasicCharType

public BasicCharType(char c)
Method Detail

getChar

public char getChar()
             throws BasicTypeException
Specified by:
getChar in interface BasicType
Overrides:
getChar in class BasicTypeAdapter
Throws:
BasicTypeException

getString

public java.lang.String getString()
                           throws BasicTypeException
Specified by:
getString in interface BasicType
Overrides:
getString in class BasicTypeAdapter
Throws:
BasicTypeException