Uses of Interface
org.aksw.jenax.reprogen.descriptor.impl.SimpleType
Packages that use SimpleType
-
Uses of SimpleType in org.aksw.jenax.reprogen.descriptor.impl
Subinterfaces of SimpleType in org.aksw.jenax.reprogen.descriptor.implModifier and TypeInterfaceDescriptioninterfaceA (bounded) collection type - i.e.g List<? extends ItemClass> TODO Add a flag to mark bounded or make another collection type for unbounded?interfaceClasses in org.aksw.jenax.reprogen.descriptor.impl that implement SimpleTypeFields in org.aksw.jenax.reprogen.descriptor.impl declared as SimpleTypeModifier and TypeFieldDescriptionprotected SimpleTypeMethodGroupImpl.beanTypeprotected SimpleTypeTypeCollectionImpl.itemTypeMethods in org.aksw.jenax.reprogen.descriptor.impl that return SimpleTypeModifier and TypeMethodDescriptionMethodGroupImpl.getBeanType()TypeCollection.getItemType()TypeCollectionImpl.getItemType()SimpleType.stricterType(SimpleType other) Attempt to yield the stricter type of this and the other.TypeCollectionImpl.stricterType(SimpleType other) TypeScalarImpl.stricterType(SimpleType other) Methods in org.aksw.jenax.reprogen.descriptor.impl with parameters of type SimpleTypeModifier and TypeMethodDescriptionstatic TypeCollectionSimpleTypes.collection(Class<?> collectionClass, SimpleType itemType) SimpleType.stricterType(SimpleType other) Attempt to yield the stricter type of this and the other.TypeCollectionImpl.stricterType(SimpleType other) TypeScalarImpl.stricterType(SimpleType other) Constructors in org.aksw.jenax.reprogen.descriptor.impl with parameters of type SimpleTypeModifierConstructorDescriptionMethodGroupImpl(Class<?> clazz, String methodName, SimpleType beanType) TypeCollectionImpl(Class<?> collectionClass, SimpleType itemType) -
Uses of SimpleType in org.aksw.jenax.reprogen.hashid
Methods in org.aksw.jenax.reprogen.hashid that return SimpleType