com.tc.backport175.bytecode
Class AnnotationElement.NamedValue
java.lang.Object
com.tc.backport175.bytecode.AnnotationElement
com.tc.backport175.bytecode.AnnotationElement.NamedValue
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.NamedValue
- extends AnnotationElement
Abstraction for the named value type.
- Author:
- Jonas Bonér
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AnnotationElement.NamedValue
public AnnotationElement.NamedValue(java.lang.String name,
java.lang.Object value)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
getType
public AnnotationElement.Type getType()
setResolvedValue
public void setResolvedValue(java.lang.Object value)
isResolved
public boolean isResolved()
getResolvedValue
public java.lang.Object getResolvedValue()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2010 Terracotta, Inc.. All Rights Reserved.