Uses of Interface
org.jboss.jca.as.converters.wls.api.metadata.ConfigProperty
-
Packages that use ConfigProperty Package Description org.jboss.jca.as.converters.wls.api.metadata This package contains the weblogic metatdata.org.jboss.jca.as.converters.wls.metadata This package contains the weblogic metatdata. -
-
Uses of ConfigProperty in org.jboss.jca.as.converters.wls.api.metadata
Methods in org.jboss.jca.as.converters.wls.api.metadata that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty>ConfigProperties. getProperty()getProperty -
Uses of ConfigProperty in org.jboss.jca.as.converters.wls.metadata
Classes in org.jboss.jca.as.converters.wls.metadata that implement ConfigProperty Modifier and Type Class Description classConfigPropertyImplA generic ConfigProperty.Methods in org.jboss.jca.as.converters.wls.metadata that return types with arguments of type ConfigProperty Modifier and Type Method Description List<ConfigProperty>ConfigPropertiesImpl. getProperty()Constructor parameters in org.jboss.jca.as.converters.wls.metadata with type arguments of type ConfigProperty Constructor Description ConfigPropertiesImpl(ArrayList<ConfigProperty> props)construct
-