Uses of Class
com.hazelcast.query.impl.AttributeType

Packages that use AttributeType
com.hazelcast.query.impl Contains the implementation classes of the query functionality. 
 

Uses of AttributeType in com.hazelcast.query.impl
 

Methods in com.hazelcast.query.impl that return AttributeType
static AttributeType ReflectionHelper.getAttributeType(Class klass)
           
static AttributeType ReflectionHelper.getAttributeType(Object value, String attribute)
           
 AttributeType QueryEntry.getAttributeType(String attributeName)
           
 AttributeType QueryableEntry.getAttributeType(String attributeName)
           
static AttributeType AttributeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AttributeType[] AttributeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.