Class ConfigPropertyImpl

java.lang.Object
org.jboss.jca.as.converters.wls.metadata.ConfigPropertyImpl
All Implemented Interfaces:
Serializable, ConfigProperty, WlsMetadata

public class ConfigPropertyImpl extends Object implements ConfigProperty
A generic ConfigProperty.
Author:
Jeff Zhang
See Also:
  • Constructor Details

    • ConfigPropertyImpl

      public ConfigPropertyImpl(String name, String value)
      constructor
      Parameters:
      name - name
      value - value
  • Method Details