|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.util.JBossObject
org.jboss.reflect.spi.AbstractValue
public abstract class AbstractValue
AbstractValue.
Field Summary |
---|
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
AbstractValue()
|
Method Summary | |
---|---|
AnnotationValue |
asAnnotation()
Get the value as an annotation |
ArrayValue |
asArray()
Get the value as an annotation |
ClassValue |
asClass()
Get the value as a class |
EnumValue |
asEnum()
Get the value as an enum |
PrimitiveValue |
asPrimitive()
Get the value as a primitive |
StringValue |
asString()
Get the value as a string |
boolean |
isAnnotation()
Is this value an annotation |
boolean |
isArray()
Is this value an array |
boolean |
isClass()
Is this value a class |
boolean |
isEnum()
Is this value an enum |
boolean |
isPrimitive()
Is this value a primitive |
boolean |
isString()
Is this value a string |
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, hashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.reflect.spi.Value |
---|
getType |
Constructor Detail |
---|
public AbstractValue()
Method Detail |
---|
public AnnotationValue asAnnotation()
Value
asAnnotation
in interface Value
public ArrayValue asArray()
Value
asArray
in interface Value
public ClassValue asClass()
Value
asClass
in interface Value
public EnumValue asEnum()
Value
asEnum
in interface Value
public PrimitiveValue asPrimitive()
Value
asPrimitive
in interface Value
public StringValue asString()
Value
asString
in interface Value
public boolean isAnnotation()
Value
isAnnotation
in interface Value
public boolean isArray()
Value
isArray
in interface Value
public boolean isClass()
Value
isClass
in interface Value
public boolean isEnum()
Value
isEnum
in interface Value
public boolean isPrimitive()
Value
isPrimitive
in interface Value
public boolean isString()
Value
isString
in interface Value
|
JBoss Reflection 2.2.1.SP1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |