com.atlassian.confluence.velocity.introspection
Interface BoxedValue<T>

All Known Subinterfaces:
AnnotationBoxedElement
All Known Implementing Classes:
AnnotatedValue, HtmlFragment, ToStringDelegatingAnnotationBoxedElement

public interface BoxedValue<T>

The value represents a boxed value. (i.e. any value that has been wrapped but should still be accessible)


Method Summary
 T unbox()
           
 

Method Detail

unbox

T unbox()


Copyright © 2003-2011 Atlassian. All Rights Reserved.