Interface ConfigProperties
-
- All Superinterfaces:
Serializable,WlsMetadata
- All Known Implementing Classes:
ConfigPropertiesImpl
public interface ConfigProperties extends WlsMetadata
A generic ConfigProperties.- Author:
- Jeff Zhang
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classConfigProperties.AttributeA Attribute.static classConfigProperties.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ConfigProperty>getProperty()getProperty
-
-
-
Method Detail
-
getProperty
List<ConfigProperty> getProperty()
getProperty- Returns:
- the List
-
-