|
||||||||||
| 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 Valuepublic ArrayValue asArray()
Value
asArray in interface Valuepublic ClassValue asClass()
Value
asClass in interface Valuepublic EnumValue asEnum()
Value
asEnum in interface Valuepublic PrimitiveValue asPrimitive()
Value
asPrimitive in interface Valuepublic StringValue asString()
Value
asString in interface Valuepublic boolean isAnnotation()
Value
isAnnotation in interface Valuepublic boolean isArray()
Value
isArray in interface Valuepublic boolean isClass()
Value
isClass in interface Valuepublic boolean isEnum()
Value
isEnum in interface Valuepublic boolean isPrimitive()
Value
isPrimitive in interface Valuepublic boolean isString()
Value
isString in interface Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||