Uses of Class
org.rodnansol.core.generator.template.data.Property
-
Packages that use Property Package Description org.rodnansol.core.generator.reader org.rodnansol.core.generator.template.data -
-
Uses of Property in org.rodnansol.core.generator.reader
Methods in org.rodnansol.core.generator.reader that return types with arguments of type Property Modifier and Type Method Description Map<String,List<Property>>MetadataReader. readPropertiesAsMap(InputStream metadataStream)Returns the properties in a map where the key is the name of the properties key and the values is the associated properties. -
Uses of Property in org.rodnansol.core.generator.template.data
Methods in org.rodnansol.core.generator.template.data that return types with arguments of type Property Modifier and Type Method Description List<Property>MainTemplateData. getAggregatedProperties()List<Property>SubTemplateData. getAggregatedProperties()List<Property>TemplateData. getAggregatedProperties()Returns all properties associated with the template data.List<Property>PropertyGroup. getProperties()Methods in org.rodnansol.core.generator.template.data with parameters of type Property Modifier and Type Method Description PropertyGroupPropertyGroup. addProperty(Property property)Add a new property to the property group.Method parameters in org.rodnansol.core.generator.template.data with type arguments of type Property Modifier and Type Method Description voidPropertyGroup. setProperties(List<Property> properties)Constructor parameters in org.rodnansol.core.generator.template.data with type arguments of type Property Constructor Description PropertyGroup(String groupName, String type, String sourceType, List<Property> properties)
-