org.openanzo.util.properties
Class PropertiesDefinitionParser.PropertyGroup

java.lang.Object
  extended by org.openanzo.util.properties.PropertiesDefinitionParser.PropertyGroup
Enclosing class:
PropertiesDefinitionParser

public class PropertiesDefinitionParser.PropertyGroup
extends java.lang.Object

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

PropertiesDefinitionParser.PropertyGroup

public PropertiesDefinitionParser.PropertyGroup()
Method Detail

getClassName

public java.lang.String getClassName()
Get the class name that all the properties in this group are a member

Returns:
the class name that all the properties in this group are a member

getPackageName

public java.lang.String getPackageName()
Get the package name for the class

Returns:
the package name for the class

getPrefix

public java.lang.String getPrefix()
Get the prefix for the property keys

Returns:
the prefix for the property keys

getDescription

public PropertiesDefinitionParser.Description getDescription()
Get the description of the class

Returns:
the description of the class

getProperties

public java.util.ArrayList<PropertiesDefinitionParser.Property> getProperties()
Get the set of properties for this class

Returns:
the set of properties for this class

getTags

public java.util.ArrayList<PropertiesDefinitionParser.Tag> getTags()
Get any special tags for this class

Returns:
any special tags for this class


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.