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

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

public class IntegerAttributeValue
extends AbstractAnnotationAttributeValue<Integer>

Represents an integer annotation attribute value.

Since:
1.0
Author:
Ben Alex

Constructor Summary
IntegerAttributeValue(org.springframework.roo.model.JavaSymbolName name, int value)
           
 
Method Summary
 Integer 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

IntegerAttributeValue

public IntegerAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                             int value)
Method Detail

getValue

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

toString

public String toString()
Overrides:
toString in class Object


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