org.jboss.reflect.spi
Interface Value

All Known Subinterfaces:
AnnotationValue, ArrayValue, ClassValue, EnumValue, StringValue
All Known Implementing Classes:
AnnotationValueImpl, ArrayValueImpl, ClassValueImpl, EnumValueImpl, PrimitiveValue, StringValueImpl

public interface Value

A value

Author:
Bill Burke

Method Summary
 TypeInfo getType()
          Get the type of the value
 

Method Detail

getType

TypeInfo getType()
Get the type of the value

Returns:
the type


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.