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