Uses of Class
de.cau.cs.kieler.sim.kiem.properties.KiemPropertyType

Packages that use KiemPropertyType
de.cau.cs.kieler.sim.kiem.properties This package contains the base classes for the KiemProperties and its types as well as a wrapper class for DataComponents. 
 

Uses of KiemPropertyType in de.cau.cs.kieler.sim.kiem.properties
 

Subclasses of KiemPropertyType in de.cau.cs.kieler.sim.kiem.properties
 class KiemPropertyTypeBool
          The Class KiemPropertyTypeBool.
 class KiemPropertyTypeChoice
          The Class KiemPropertyTypeChoice.
 class KiemPropertyTypeEditor
          The Class KiemPropertyTypeEditor.
 class KiemPropertyTypeFile
          The Class KiemPropertyTypeFile.
 class KiemPropertyTypeInt
          This implements a sample KiemPropertyType for an integer type.
 class KiemPropertyTypeString
          The Class KiemPropertyTypeString.
 class KiemPropertyTypeWorkspaceFile
          The Class KiemPropertyTypeWorkspaceFile.
 

Methods in de.cau.cs.kieler.sim.kiem.properties that return KiemPropertyType
 KiemPropertyType KiemProperty.getType()
          Gets the type of the KiemProperty.
 

Methods in de.cau.cs.kieler.sim.kiem.properties with parameters of type KiemPropertyType
 void KiemProperty.setType(KiemPropertyType typeParam)
          Sets the KIEM property type.
 

Constructors in de.cau.cs.kieler.sim.kiem.properties with parameters of type KiemPropertyType
KiemProperty(String keyParam, KiemPropertyType typeParam)
          Instantiates a new KiemProperty of given type with empty default value.
KiemProperty(String keyParam, KiemPropertyType typeParam, int valueParam)
          Instantiates a new KiemProperty of given type with given default value.
KiemProperty(String keyParam, KiemPropertyType typeParam, String valueParam)
          Instantiates a new String KiemProperty, with given default value.