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