Class ConfigPropertiesImpl
- java.lang.Object
-
- org.jboss.jca.as.converters.wls.metadata.ConfigPropertiesImpl
-
- All Implemented Interfaces:
Serializable,ConfigProperties,WlsMetadata
public class ConfigPropertiesImpl extends Object implements ConfigProperties
A generic ConfigProperties.- Author:
- Jeff Zhang
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.as.converters.wls.api.metadata.ConfigProperties
ConfigProperties.Attribute, ConfigProperties.Tag
-
-
Constructor Summary
Constructors Constructor Description ConfigPropertiesImpl(ArrayList<ConfigProperty> props)construct
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ConfigProperty>getProperty()getProperty
-
-
-
Constructor Detail
-
ConfigPropertiesImpl
public ConfigPropertiesImpl(ArrayList<ConfigProperty> props)
construct- Parameters:
props- ArrayList
-
-
Method Detail
-
getProperty
public List<ConfigProperty> getProperty()
Description copied from interface:ConfigPropertiesgetProperty- Specified by:
getPropertyin interfaceConfigProperties- Returns:
- the List
-
-