Uses of Class
org.apache.stanbol.entityhub.servicesapi.defaults.DataTypeEnum

Packages that use DataTypeEnum
org.apache.stanbol.entityhub.servicesapi.defaults   
 

Uses of DataTypeEnum in org.apache.stanbol.entityhub.servicesapi.defaults
 

Methods in org.apache.stanbol.entityhub.servicesapi.defaults that return DataTypeEnum
static DataTypeEnum DataTypeEnum.getDataType(String uri)
           
static DataTypeEnum DataTypeEnum.getDataTypeByShortName(String shortName)
           
static DataTypeEnum DataTypeEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DataTypeEnum[] DataTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.stanbol.entityhub.servicesapi.defaults that return types with arguments of type DataTypeEnum
static Set<DataTypeEnum> DataTypeEnum.getAllDataTypes(Class<?> javaClass)
           
static Set<DataTypeEnum> DataTypeEnum.getPrimaryDataTypes(Class<?> javaClass)
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.