|
||||||||||
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.plugins.StringValueImpl
public class StringValueImpl
A string value
Field Summary | |
---|---|
protected TypeInfo |
type
The type |
protected String |
value
The value |
Fields inherited from class org.jboss.util.JBossObject |
---|
hashCode, log, toString |
Constructor Summary | |
---|---|
StringValueImpl()
Create a new string value |
|
StringValueImpl(String value,
TypeInfo type)
Create a new string value |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
TypeInfo |
getType()
Get the type of the value |
String |
getValue()
Get the value |
int |
hashCode()
|
Methods inherited from class org.jboss.util.JBossObject |
---|
cacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementation |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected String value
protected TypeInfo type
Constructor Detail |
---|
public StringValueImpl()
public StringValueImpl(String value, TypeInfo type)
value
- the valuetype
- the typeMethod Detail |
---|
public String getValue()
StringValue
getValue
in interface StringValue
public TypeInfo getType()
Value
getType
in interface Value
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class org.jboss.util.JBossObject
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |