mro.util.properties
Class PropertyGroup

java.lang.Object
  extended by mro.util.properties.Property
      extended by mro.util.properties.PropertyGroup

public class PropertyGroup
extends Property

Version:
061128
Author:
Magnus Rosell

Field Summary
 
Fields inherited from class mro.util.properties.Property
roundValue
 
Constructor Summary
PropertyGroup(PropertyGroup pg)
          Copy Constructor.
PropertyGroup(java.lang.String propertyGroupName)
           
 
Method Summary
 void addProperty(Property p)
           
 void addPropertyVector(java.util.Vector pv)
           
 java.lang.String getPropertyGroupName()
           
 java.util.Vector<Property> getPropertyVector()
           
 void printXML(java.io.PrintWriter pw)
           
 void setPropertyGroupName(java.lang.String name)
           
 java.lang.String toEvaluationFileString()
           
 java.lang.String toHTMLString()
          OLD
 java.lang.String toInfoFileString()
           
 java.lang.String toString()
           
 
Methods inherited from class mro.util.properties.Property
addValueDescription, addVectorOfValueDescriptions, getAllValueDescriptions, getAppropriateValueDescription, getDescription, getKind, getName, getValue, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyGroup

public PropertyGroup(java.lang.String propertyGroupName)

PropertyGroup

public PropertyGroup(PropertyGroup pg)
Copy Constructor.

Method Detail

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