|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.databene.model.data.FeatureDescriptor
org.databene.model.data.InstanceDescriptor
org.databene.model.data.ComponentDescriptor
org.databene.model.data.IdDescriptor
public class IdDescriptor
| Field Summary |
|---|
| Fields inherited from class org.databene.model.data.ComponentDescriptor |
|---|
MODE |
| Fields inherited from class org.databene.model.data.InstanceDescriptor |
|---|
COUNT, COUNT_DISTRIBUTION, COUNT_PRECISION, MAX_COUNT, MIN_COUNT, NULL_QUOTA, NULLABLE, TYPE, UNIQUE |
| Fields inherited from class org.databene.model.data.FeatureDescriptor |
|---|
details, NAME |
| Constructor Summary | |
|---|---|
IdDescriptor(java.lang.String name)
|
|
IdDescriptor(java.lang.String name,
java.lang.String type)
|
|
IdDescriptor(java.lang.String name,
TypeDescriptor type)
|
|
| Method Summary | |
|---|---|
Uniqueness |
getUniqueness()
|
java.lang.Boolean |
isUnique()
|
| Methods inherited from class org.databene.model.data.ComponentDescriptor |
|---|
getMode, setMode |
| Methods inherited from class org.databene.model.data.InstanceDescriptor |
|---|
getCount, getCountDistribution, getCountPrecision, getDetailValue, getLocalType, getLocalType, getMaxCount, getMinCount, getName, getNullQuota, getType, getTypeDescriptor, isNullable, 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 |
| Constructor Detail |
|---|
public IdDescriptor(java.lang.String name)
public IdDescriptor(java.lang.String name,
java.lang.String type)
public IdDescriptor(java.lang.String name,
TypeDescriptor type)
| Method Detail |
|---|
public Uniqueness getUniqueness()
getUniqueness in class InstanceDescriptorpublic java.lang.Boolean isUnique()
isUnique in class InstanceDescriptor
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||