public class ManyType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ManyType.Underlying |
| Modifier and Type | Field and Description |
|---|---|
static ManyType |
JAVA_LIST |
static ManyType |
JAVA_MAP |
static ManyType |
JAVA_SET |
| Constructor and Description |
|---|
ManyType(ManyType.Underlying underlying) |
| Modifier and Type | Method and Description |
|---|---|
SpiQuery.Type |
getQueryType()
Return the matching Query type.
|
ManyType.Underlying |
getUnderlying()
Return the underlying type.
|
boolean |
isMap() |
public static final ManyType JAVA_LIST
public static final ManyType JAVA_SET
public static final ManyType JAVA_MAP
public ManyType(ManyType.Underlying underlying)
public boolean isMap()
public SpiQuery.Type getQueryType()
public ManyType.Underlying getUnderlying()
Copyright © 2014. All Rights Reserved.