|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openanzo.util.properties.PropertiesDefinitionParser.PropertyGroup
public class PropertiesDefinitionParser.PropertyGroup
Class representing a group of properties that get combined into a class
| Constructor Summary | |
|---|---|
PropertiesDefinitionParser.PropertyGroup()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getClassName()
Get the class name that all the properties in this group are a member |
PropertiesDefinitionParser.Description |
getDescription()
Get the description of the class |
java.lang.String |
getPackageName()
Get the package name for the class |
java.lang.String |
getPrefix()
Get the prefix for the property keys |
java.util.ArrayList<PropertiesDefinitionParser.Property> |
getProperties()
Get the set of properties for this class |
java.util.ArrayList<PropertiesDefinitionParser.Tag> |
getTags()
Get any special tags for this class |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesDefinitionParser.PropertyGroup()
| Method Detail |
|---|
public java.lang.String getClassName()
public java.lang.String getPackageName()
public java.lang.String getPrefix()
public PropertiesDefinitionParser.Description getDescription()
public java.util.ArrayList<PropertiesDefinitionParser.Property> getProperties()
public java.util.ArrayList<PropertiesDefinitionParser.Tag> getTags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||