Uses of Class
net.anotheria.asg.generator.meta.MetaProperty
-
Packages that use MetaProperty Package Description net.anotheria.asg.generator.meta net.anotheria.asg.generator.model -
-
Uses of MetaProperty in net.anotheria.asg.generator.meta
Subclasses of MetaProperty in net.anotheria.asg.generator.meta Modifier and Type Class Description classMetaContainerPropertyTODO please remined another to comment this classclassMetaEnumerationPropertyA property of enumeration type.classMetaGenericListPropertyMetaGenericListProperty class.classMetaGenericPropertyMetaGenericProperty class.classMetaLinkRepresentation of an internal link to another document.classMetaListPropertyA container property is a container of a property of another type.classMetaTablePropertyA property type for representation of tables.Methods in net.anotheria.asg.generator.meta that return MetaProperty Modifier and Type Method Description MetaPropertyMetaListProperty. getContainedProperty()Getter for the fieldcontainedProperty.MetaPropertyMetaDocument. getField(java.lang.String name)Returns a field with given name.Methods in net.anotheria.asg.generator.meta that return types with arguments of type MetaProperty Modifier and Type Method Description java.util.List<MetaProperty>MetaTableProperty. getColumns()Getter for the fieldcolumns.protected java.util.List<MetaProperty>MetaGenericProperty. getContainedProperties()Getter for the fieldcontainedProperties.java.util.List<MetaProperty>MetaDocument. getLinks()Returns the links.java.util.List<MetaProperty>MetaDocument. getProperties()Returns all contained properties.Methods in net.anotheria.asg.generator.meta with parameters of type MetaProperty Modifier and Type Method Description voidMetaDocument. addProperty(MetaProperty p)Adds a property to the document.java.lang.StringMetaTableProperty. extractSubName(MetaProperty p)extractSubName.voidMetaListProperty. setContainedProperty(MetaProperty property)Setter for the fieldcontainedProperty.Method parameters in net.anotheria.asg.generator.meta with type arguments of type MetaProperty Modifier and Type Method Description voidMetaTableProperty. setColumns(java.util.List<MetaProperty> list)Setter for the fieldcolumns.Constructors in net.anotheria.asg.generator.meta with parameters of type MetaProperty Constructor Description MetaGenericListProperty(java.lang.String name, MetaProperty... contained)Constructor for MetaGenericListProperty.MetaGenericProperty(java.lang.String name, MetaProperty.Type type, MetaProperty... contained)Constructor for MetaGenericProperty.MetaListProperty(java.lang.String name, MetaProperty aContainedProperty)Constructor for MetaListProperty. -
Uses of MetaProperty in net.anotheria.asg.generator.model
Methods in net.anotheria.asg.generator.model that return types with arguments of type MetaProperty Modifier and Type Method Description protected java.util.List<MetaProperty>AbstractDataObjectGenerator. extractSortableProperties(MetaDocument doc)extractSortableProperties.Method parameters in net.anotheria.asg.generator.model with type arguments of type MetaProperty Modifier and Type Method Description protected voidAbstractDataObjectGenerator. generatePropertyListFootprint(java.util.List<MetaProperty> properties)generatePropertyListFootprint.
-