Class ConfigPropertyImpl
java.lang.Object
org.jboss.jca.as.converters.wls.metadata.ConfigPropertyImpl
- All Implemented Interfaces:
Serializable,ConfigProperty,WlsMetadata
A generic ConfigProperty.
- Author:
- Jeff Zhang
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.ConfigProperty
ConfigProperty.Attribute, ConfigProperty.Tag -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConfigPropertyImpl
constructor- Parameters:
name- namevalue- value
-
-
Method Details
-
getName
Description copied from interface:ConfigPropertygetName- Specified by:
getNamein interfaceConfigProperty- Returns:
- the name
-
getValue
Description copied from interface:ConfigPropertygetValue- Specified by:
getValuein interfaceConfigProperty- Returns:
- the value
-