public class CompoundObjectType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CompoundObjectType.CType |
class |
CompoundObjectType.TypeIterator |
| Constructor and Description |
|---|
CompoundObjectType(Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addType(Class<?> typ) |
CompoundObjectType.CType |
getCType() |
Class<?> |
getType() |
String |
getTypeListString() |
List<Class<?>> |
getTypes(boolean noAbstractTypes)
Answer a list of types of this CompoundObjectType.
|
Iterator<CompoundObjectType> |
typeIterator() |
public static final String SEPARATOR
public CompoundObjectType(Class<?> type)
public boolean addType(Class<?> typ)
typ - public Class<?> getType()
public List<Class<?>> getTypes(boolean noAbstractTypes)
noAbstractTypes - if true, no abstract types and no interfaces are answered,
else all types of the CompoundObjectType are answered.public CompoundObjectType.CType getCType()
public Iterator<CompoundObjectType> typeIterator()
public String getTypeListString()
Copyright © 2016. All rights reserved.