public class PartInformation extends Object
Constructor and Description |
---|
PartInformation(boolean isArray,
String clause,
Collection<Class<?>> with) |
Modifier and Type | Method and Description |
---|---|
String |
getClause() |
Collection<Class<?>> |
getWith() |
boolean |
isArray() |
public PartInformation(boolean isArray, String clause, Collection<Class<?>> with)
public boolean isArray()
public String getClause()
public Collection<Class<?>> getWith()
Copyright © 2017–2018 ArangoDB GmbH. All rights reserved.