|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.jca.common.metadata.jbossra.jbossra20.RaConfigProperty<T>
T - generic type of this property.
See #buildRaConfigProperty(String, String, String, OverrideElementAttribute))
for build right implementationpublic class RaConfigProperty<T>

| Nested Class Summary | |
|---|---|
static class |
RaConfigProperty.Tag
A Tag. |
| Method Summary | |
|---|---|
static RaConfigProperty<?> |
buildRaConfigProperty(String name,
String value,
String type,
OverrideElementAttribute overrideElementAttribute)
Static method to build actualised implementation of this generic class. |
boolean |
equals(Object obj)
|
String |
getName()
|
OverrideElementAttribute |
getOverrideElementAttribute()
override-element-attribute metadata getter |
String |
getTypeName()
typeName getter |
T |
getValue()
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static RaConfigProperty<?> buildRaConfigProperty(String name,
String value,
String type,
OverrideElementAttribute overrideElementAttribute)
throws NumberFormatException
RaConfigProperty is returned.
TypeName field will be set accordly
In case the passed type isn't one of above ones (possible for jboss-ra_1_0.xsd) an RaConfigPropertypublic String getName()
public T getValue()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in class ObjectObject.toString()public String getTypeName()
public OverrideElementAttribute getOverrideElementAttribute()
OverrideElementAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||