org.databene.model.data
Class ArrayElementDescriptor
java.lang.Object
org.databene.model.data.FeatureDescriptor
org.databene.model.data.InstanceDescriptor
org.databene.model.data.ComponentDescriptor
org.databene.model.data.ArrayElementDescriptor
public class ArrayElementDescriptor
- extends ComponentDescriptor
Describes an array element.
Created: 30.04.2010 10:08:31
- Since:
- 0.6.1
- Author:
- Volker Bergmann
| Methods inherited from class org.databene.model.data.InstanceDescriptor |
getCount, getCountDistribution, getCountPrecision, getDetailValue, getLocalType, getLocalType, getMaxCount, getMinCount, getName, getNullQuota, getType, getTypeDescriptor, getUniqueness, isNullable, isUnique, overwritesParent, setCount, setCountDistribution, setCountPrecision, setDetailValue, setLocalType, setMaxCount, setMinCount, setNullable, setNullQuota, setParent, setType, setUnique, withCount, withMaxCount, withMinCount, withNullQuota, withUnique |
| Methods inherited from class org.databene.model.data.FeatureDescriptor |
addConfig, addConfig, addConstraint, addDetail, equals, getConfiguredDetail, getDeclaredDetailValue, getDetailDefault, getDetails, getDetailType, hashCode, setName, supportsDetail, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ArrayElementDescriptor
public ArrayElementDescriptor(int index,
java.lang.String typeName,
TypeDescriptor localType)
ArrayElementDescriptor
public ArrayElementDescriptor(int index,
java.lang.String typeName)
ArrayElementDescriptor
public ArrayElementDescriptor(int index,
TypeDescriptor localType)
getIndex
public int getIndex()
setIndex
public void setIndex(int index)
Copyright © 2010. All Rights Reserved.