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

| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty |
|---|
org.jboss.jca.common.api.metadata.ra.RaConfigProperty.Tag |
| Method Summary | |
|---|---|
static org.jboss.jca.common.api.metadata.ra.RaConfigProperty<?> |
buildRaConfigProperty(String name,
String value,
String type,
org.jboss.jca.common.api.metadata.ra.OverrideElementAttribute overrideElementAttribute)
Static method to build actualised implementation of this generic class. |
boolean |
equals(Object obj)
|
String |
getName()
|
org.jboss.jca.common.api.metadata.ra.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 org.jboss.jca.common.api.metadata.ra.RaConfigProperty<?> buildRaConfigProperty(String name,
String value,
String type,
org.jboss.jca.common.api.metadata.ra.OverrideElementAttribute overrideElementAttribute)
throws NumberFormatException
RaConfigPropertyImpl 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()
getName in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>public T getValue()
getValue in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>public int hashCode()
hashCode in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>equals in class ObjectObject.equals(java.lang.Object)public String toString()
toString in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>toString in class ObjectObject.toString()public String getTypeName()
getTypeName in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>public org.jboss.jca.common.api.metadata.ra.OverrideElementAttribute getOverrideElementAttribute()
getOverrideElementAttribute in interface org.jboss.jca.common.api.metadata.ra.RaConfigProperty<T>OverrideElementAttribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||