ikrs.typesystem
Class BasicUUIDType

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

public class BasicUUIDType
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
BasicUUIDType(java.util.UUID uuid)
           
 
Method Summary
 java.lang.String getString()
           
 java.util.UUID getUUID()
           
 java.lang.String toString()
           
 
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, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getType, getUUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, 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, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getString, getType, getUUID
 

Constructor Detail

BasicUUIDType

public BasicUUIDType(java.util.UUID uuid)
Method Detail

getString

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

getUUID

public java.util.UUID getUUID()
Specified by:
getUUID in interface BasicType
Overrides:
getUUID in class BasicTypeAdapter

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object