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

java.lang.Object
  extended by org.springframework.roo.classpath.details.annotations.AbstractAnnotationAttributeValue<Character>
      extended by org.springframework.roo.classpath.details.annotations.CharAttributeValue
All Implemented Interfaces:
AnnotationAttributeValue<Character>

public class CharAttributeValue
extends AbstractAnnotationAttributeValue<Character>

Represents a char annotation attribute value.

Since:
1.0
Author:
Ben Alex

Constructor Summary
CharAttributeValue(org.springframework.roo.model.JavaSymbolName name, char value)
           
 
Method Summary
 Character 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

CharAttributeValue

public CharAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                          char value)
Method Detail

getValue

public Character getValue()
Returns:
the value (never null)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2010 VMware, Inc. All Rights Reserved.