Uses of Class
org.rodnansol.core.generator.template.PropertyGroup
-
Packages that use PropertyGroup Package Description org.rodnansol.core.generator.reader org.rodnansol.core.generator.template -
-
Uses of PropertyGroup in org.rodnansol.core.generator.reader
Methods in org.rodnansol.core.generator.reader that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>MetadataReader. readPropertiesAsPropertyGroupList(InputStream metadataStream)Returns a list ofPropertyGroupinstances from the given input stream. -
Uses of PropertyGroup in org.rodnansol.core.generator.template
Methods in org.rodnansol.core.generator.template that return PropertyGroup Modifier and Type Method Description PropertyGroupPropertyGroup. getParentGroup()Methods in org.rodnansol.core.generator.template that return types with arguments of type PropertyGroup Modifier and Type Method Description List<PropertyGroup>PropertyGroup. getChildrenGroups()List<PropertyGroup>MainTemplateData. getPropertyGroups()List<PropertyGroup>SubTemplateData. getPropertyGroups()Methods in org.rodnansol.core.generator.template with parameters of type PropertyGroup Modifier and Type Method Description voidPropertyGroup. addChildGroup(PropertyGroup childGroup)Add a new child group.voidPropertyGroup. setParentGroup(PropertyGroup parentGroup)Method parameters in org.rodnansol.core.generator.template with type arguments of type PropertyGroup Modifier and Type Method Description static MainTemplateDataMainTemplateData. ofMainSection(String header, List<PropertyGroup> propertyGroups)Constructor parameters in org.rodnansol.core.generator.template with type arguments of type PropertyGroup Constructor Description MainTemplateData(String mainName, List<PropertyGroup> propertyGroups)SubTemplateData(String moduleName, List<PropertyGroup> propertyGroups)
-