Uses of Class
mro.util.properties.Property

Packages that use Property
mro.util.properties   
 

Uses of Property in mro.util.properties
 

Subclasses of Property in mro.util.properties
 class PropertyAverage
          The average of a property of some kind with description.
 class PropertyGroup
           
 

Methods in mro.util.properties that return Property
 Property Properties.getProperty(java.lang.String name)
          Returns a Property with the specified name.
 

Methods in mro.util.properties that return types with arguments of type Property
 java.util.Vector<Property> PropertyGroup.getPropertyVector()
           
 java.util.Vector<Property> Properties.getPropertyVector()
           
 

Methods in mro.util.properties with parameters of type Property
 void PropertyGroup.addProperty(Property p)
           
 void Properties.addProperty(Property p)
          Adds a Property (or a PropertyGroup) to the Properties.
 

Constructors in mro.util.properties with parameters of type Property
Property(Property p2)
          Copy Constructor.