org.springframework.roo.classpath.details.annotations
Class DoubleAttributeValue
java.lang.Object
org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<Double>
org.springframework.roo.classpath.details.annotations.DoubleAttributeValue
- All Implemented Interfaces:
- AnnotationAttributeValue<Double>
public class DoubleAttributeValue
- extends AbstractAnnotationAttributeValue<Double>
Represents a double annotation attribute value.
- Since:
- 1.0
- Author:
- Ben Alex
Constructor Summary |
DoubleAttributeValue(org.springframework.roo.model.JavaSymbolName name,
double value,
boolean floatingPrecisionOnly)
|
DoubleAttributeValue
public DoubleAttributeValue(org.springframework.roo.model.JavaSymbolName name,
double value,
boolean floatingPrecisionOnly)
isFloatingPrecisionOnly
public boolean isFloatingPrecisionOnly()
getValue
public Double getValue()
- Returns:
- the value (never null)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2009-2010 VMware, Inc. All Rights Reserved.