org.jboss.reflect.spi
Interface StringValue

All Superinterfaces:
Value
All Known Implementing Classes:
StringValueImpl

public interface StringValue
extends Value

A string value

Author:
Bill Burke, Adrian Brock

Method Summary
 String getValue()
          Get the value
 
Methods inherited from interface org.jboss.reflect.spi.Value
getType
 

Method Detail

getValue

String getValue()
Get the value

Returns:
the value


Copyright © 2004 JBoss Inc. All Rights Reserved.