public class InstanceSchema
extends java.lang.Object
| Constructor and Description |
|---|
InstanceSchema(java.util.List<IAttributeType<?>> attributeTypeList,
IAttributeType<?> targetType) |
| Modifier and Type | Method and Description |
|---|---|
IAttributeType<?> |
get(int index) |
java.util.List<IAttributeType<?>> |
getAttributeTypeList() |
IAttributeType<?> |
getTargetType() |
<T> IAttributeType<T> |
getTargetType(java.lang.Class<T> type) |
java.lang.String |
toString() |
public InstanceSchema(java.util.List<IAttributeType<?>> attributeTypeList, IAttributeType<?> targetType)
public java.util.List<IAttributeType<?>> getAttributeTypeList()
public IAttributeType<?> get(int index)
public <T> IAttributeType<T> getTargetType(java.lang.Class<T> type)
public IAttributeType<?> getTargetType()
public java.lang.String toString()
toString in class java.lang.Object