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

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

public class LongAttributeValue
extends AbstractAnnotationAttributeValue<Long>

Represents a long annotation attribute value.

Since:
1.0
Author:
Ben Alex

Constructor Summary
LongAttributeValue(org.springframework.roo.model.JavaSymbolName name, long value)
           
 
Method Summary
 Long 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

LongAttributeValue

public LongAttributeValue(org.springframework.roo.model.JavaSymbolName name,
                          long value)
Method Detail

getValue

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

toString

public String toString()
Overrides:
toString in class Object


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