org.springframework.roo.classpath.details.annotations
Class BooleanAttributeValue

java.lang.Object
  extended by org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<Boolean>
      extended by 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)
           
 
Method Summary
 Boolean getValue()
           
 String toString()
           
 
Methods inherited from class org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BooleanAttributeValue

public BooleanAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                             boolean value)
Method Detail

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.