Uses of Class
org.rodnansol.core.generator.template.Property
-
Packages that use Property Package Description org.rodnansol.core.generator.reader org.rodnansol.core.generator.template -
-
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
Methods in org.rodnansol.core.generator.template that return types with arguments of type Property Modifier and Type Method Description List<Property>PropertyGroup. getProperties()Methods in org.rodnansol.core.generator.template with parameters of type Property Modifier and Type Method Description voidPropertyGroup. addProperty(Property property)Add a new property to the property group.Method parameters in org.rodnansol.core.generator.template with type arguments of type Property Modifier and Type Method Description voidPropertyGroup. setProperties(List<Property> properties)
-