Package | Description |
---|---|
com.hazelcast.query.impl |
Contains the implementation classes of the query functionality.
|
com.hazelcast.query.impl.getters |
Helper classes for extractions of values from object instances.
|
Modifier and Type | Method and Description |
---|---|
AttributeType |
QueryableEntry.getAttributeType(String attributeName) |
AttributeType |
Extractable.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.
|
Modifier and Type | Method and Description |
---|---|
static AttributeType |
ReflectionHelper.getAttributeType(Class klass) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.