All Packages Class Hierarchy This Package Previous Next Index
Interface de.unihh.informatik.tide.Real_Attribute_Template
- public interface Real_Attribute_Template
- extends Scalar_Attribute_Template
IDL-Code contains comments
-
get_maximum()
-
-
get_minimum()
-
-
get_real()
-
-
set_real(double)
-
get_maximum
public abstract double get_maximum()
get_minimum
public abstract double get_minimum()
get_real
public abstract double get_real()
set_real
public abstract void set_real(double real)
All Packages Class Hierarchy This Package Previous Next Index