|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.metatype.api.values.AbstractMetaValue
org.jboss.metatype.api.values.GenericValueSupport
public class GenericValueSupport
GenericValue. TODO tests
Constructor Summary | |
---|---|
GenericValueSupport(GenericMetaType metaType,
Serializable value)
Create a new GenericValueSupport. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
GenericMetaType |
getMetaType()
Get the metatype for this value |
Serializable |
getValue()
Get the value. |
int |
hashCode()
|
void |
setValue(Serializable value)
Set the value. |
String |
toString()
|
Methods inherited from class org.jboss.metatype.api.values.AbstractMetaValue |
---|
clone |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.jboss.metatype.api.values.MetaValue |
---|
clone |
Constructor Detail |
---|
public GenericValueSupport(GenericMetaType metaType, Serializable value)
metaType
- the generic meta typevalue
- the value
IllegalArgumentException
- for a null generic MetaTypeMethod Detail |
---|
public GenericMetaType getMetaType()
MetaValue
getMetaType
in interface GenericValue
getMetaType
in interface MetaValue
public Serializable getValue()
getValue
in interface GenericValue
public void setValue(Serializable value)
value
- the value.public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
JBoss Managed Parent POM 2.1.1.SP2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |