mro.util.properties
Class PropertyGroup
java.lang.Object
mro.util.properties.Property
mro.util.properties.PropertyGroup
public class PropertyGroup
- extends Property
- Version:
- 061128
- Author:
- Magnus Rosell
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PropertyGroup
public PropertyGroup(java.lang.String propertyGroupName)
PropertyGroup
public PropertyGroup(PropertyGroup pg)
- Copy Constructor.
addProperty
public void addProperty(Property p)
addPropertyVector
public void addPropertyVector(java.util.Vector pv)
getPropertyGroupName
public java.lang.String getPropertyGroupName()
setPropertyGroupName
public void setPropertyGroupName(java.lang.String name)
getPropertyVector
public java.util.Vector<Property> getPropertyVector()
printXML
public void printXML(java.io.PrintWriter pw)
throws java.io.IOException
- Overrides:
printXML
in class Property
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toHTMLString
public java.lang.String toHTMLString()
- OLD
- Overrides:
toHTMLString
in class Property
toEvaluationFileString
public java.lang.String toEvaluationFileString()
- Overrides:
toEvaluationFileString
in class Property
toInfoFileString
public java.lang.String toInfoFileString()
- Overrides:
toInfoFileString
in class Property