org.gvsig.tools.dataTypes
Interface DataType

All Known Implementing Classes:
DefaultDataType

public interface DataType


Method Summary
 Object coerce(Object value)
           
 DataTypesManager.Coercion getCoercion()
           
 Class getDefaultClass()
           
 String getName()
           
 String getSubtype()
           
 int getType()
           
 boolean isContainer()
           
 boolean isDynObject()
           
 boolean isNumeric()
           
 boolean isObject()
           
 void setCoercion(DataTypesManager.Coercion coercion)
           
 

Method Detail

isObject

boolean isObject()

isDynObject

boolean isDynObject()

isContainer

boolean isContainer()

isNumeric

boolean isNumeric()

getName

String getName()

getType

int getType()

getDefaultClass

Class getDefaultClass()

getSubtype

String getSubtype()

getCoercion

DataTypesManager.Coercion getCoercion()

setCoercion

void setCoercion(DataTypesManager.Coercion coercion)

coerce

Object coerce(Object value)
              throws CoercionException
Throws:
CoercionException


Copyright © 2004-2011 gvSIG. All Rights Reserved.