Uses of Class
gecco.server.core.TypedProperties

Packages that use TypedProperties
gecco.server.core   
 

Uses of TypedProperties in gecco.server.core
 

Fields in gecco.server.core declared as TypedProperties
protected  TypedProperties Unit.properties
          Container for the properties of the unit.
 

Methods in gecco.server.core that return TypedProperties
 TypedProperties UnitType.getProperties()
          Gets the Properties attribute of the Unit object
 

Methods in gecco.server.core with parameters of type TypedProperties
 void TypedProperties.loadProperties(TypedProperties other)
          Copies all properties (and their types) from the given TypedProperties to this one.
 

Constructors in gecco.server.core with parameters of type TypedProperties
TypedProperties(TypedProperties other)
          Constructor for the TypedProperties object.