org.apache.beehive.controls.api.bean
Annotation Type AnnotationMemberTypes.Decimal


@Target(value=METHOD)
@Retention(value=RUNTIME)
public static @interface AnnotationMemberTypes.Decimal

Member is a Decimal Value. Can be applied to a member that returns float, double or String.


Optional Element Summary
 double maxValue
           
 double minValue
           
 int places
           
 

places

public abstract int places
Default:
0

minValue

public abstract double minValue
Default:
4.9E-324

maxValue

public abstract double maxValue
Default:
4.9E-324