|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleTypeDescriptor | |
|---|---|
| org.databene.benerator.factory | |
| org.databene.benerator.parser | |
| org.databene.model.data | |
| Uses of SimpleTypeDescriptor in org.databene.benerator.factory |
|---|
| Methods in org.databene.benerator.factory with parameters of type SimpleTypeDescriptor | ||
|---|---|---|
static java.lang.Object |
DescriptorUtil.convertType(java.lang.Object sourceValue,
SimpleTypeDescriptor targetType)
|
|
protected static Generator<?> |
SimpleTypeGeneratorFactory.createConstantGenerator(SimpleTypeDescriptor descriptor,
BeneratorContext context)
|
|
static org.databene.commons.Converter<?,?> |
TypeGeneratorFactory.createConverter(SimpleTypeDescriptor descriptor,
java.lang.Class<?> sourceType)
|
|
protected static
|
SimpleTypeGeneratorFactory.createRestrictionValidator(SimpleTypeDescriptor descriptor,
boolean nullable)
|
|
protected static Generator<?> |
SimpleTypeGeneratorFactory.createSampleGenerator(SimpleTypeDescriptor descriptor,
Uniqueness uniqueness,
BeneratorContext context)
|
|
static Generator<?> |
SimpleTypeGeneratorFactory.createSimpleTypeGenerator(SimpleTypeDescriptor descriptor,
boolean nullable,
Uniqueness uniqueness,
BeneratorContext context)
|
|
static Generator<?> |
SimpleTypeGeneratorFactory.createSourceAttributeGenerator(SimpleTypeDescriptor descriptor,
Uniqueness uniqueness,
BeneratorContext context)
|
|
static
|
DescriptorUtil.getMax(SimpleTypeDescriptor descriptor,
java.lang.Class<T> targetType,
boolean unique)
|
|
protected static java.lang.Integer |
DescriptorUtil.getMaxLength(SimpleTypeDescriptor descriptor)
|
|
protected static java.lang.Integer |
DescriptorUtil.getMinLength(SimpleTypeDescriptor descriptor)
|
|
static
|
DescriptorUtil.getNumberDetail(SimpleTypeDescriptor descriptor,
java.lang.String detailName,
java.lang.Class<T> targetType)
|
|
static
|
DescriptorUtil.getNumberDetailOrDefault(SimpleTypeDescriptor descriptor,
java.lang.String detailName,
java.lang.Class<T> targetType)
|
|
| Uses of SimpleTypeDescriptor in org.databene.benerator.parser |
|---|
| Methods in org.databene.benerator.parser that return SimpleTypeDescriptor | |
|---|---|
SimpleTypeDescriptor |
ModelParser.parseSimpleType(org.w3c.dom.Element element)
|
SimpleTypeDescriptor |
ModelParser.parseSimpleType(org.w3c.dom.Element element,
SimpleTypeDescriptor descriptor)
|
| Methods in org.databene.benerator.parser with parameters of type SimpleTypeDescriptor | |
|---|---|
SimpleTypeDescriptor |
ModelParser.parseSimpleType(org.w3c.dom.Element element,
SimpleTypeDescriptor descriptor)
|
| Uses of SimpleTypeDescriptor in org.databene.model.data |
|---|
| Subclasses of SimpleTypeDescriptor in org.databene.model.data | |
|---|---|
class |
UnionSimpleTypeDescriptor
Describes an XML schema style type. |
| Methods in org.databene.model.data that return SimpleTypeDescriptor | |
|---|---|
SimpleTypeDescriptor |
PrimitiveDescriptorProvider.getPrimitiveTypeDescriptor(java.lang.Class<? extends java.lang.Object> javaType)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withDataset(java.lang.String dataset)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withDistribution(java.lang.String distribution)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withLocaleId(java.lang.String localeId)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withMax(java.lang.String max)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withMin(java.lang.String min)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withPattern(java.lang.String pattern)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withPrecision(java.lang.String precision)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withTrueQuota(java.lang.Double trueQuota)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withUri(java.lang.String source)
|
SimpleTypeDescriptor |
SimpleTypeDescriptor.withValues(java.lang.String values)
|
| Methods in org.databene.model.data that return types with arguments of type SimpleTypeDescriptor | |
|---|---|
java.util.List<SimpleTypeDescriptor> |
UnionSimpleTypeDescriptor.getAlternatives()
|
| Methods in org.databene.model.data with parameters of type SimpleTypeDescriptor | |
|---|---|
void |
UnionSimpleTypeDescriptor.addAlternative(SimpleTypeDescriptor alternative)
|
| Constructors in org.databene.model.data with parameters of type SimpleTypeDescriptor | |
|---|---|
SimpleTypeDescriptor(java.lang.String name,
SimpleTypeDescriptor parent)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||