Package org.apache.openejb.jee.jba
Class LoaderRepository
- java.lang.Object
-
- org.apache.openejb.jee.jba.LoaderRepository
-
public class LoaderRepository extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringloaderRepositoryClassprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description LoaderRepository()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLoaderRepositoryClass()Gets the value of the loaderRepositoryClass property.Stringgetvalue()Gets the value of the value property.voidsetLoaderRepositoryClass(String value)Sets the value of the loaderRepositoryClass property.voidsetvalue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getLoaderRepositoryClass
public String getLoaderRepositoryClass()
Gets the value of the loaderRepositoryClass property.- Returns:
- possible object is
String
-
setLoaderRepositoryClass
public void setLoaderRepositoryClass(String value)
Sets the value of the loaderRepositoryClass property.- Parameters:
value- allowed object isString
-
getvalue
public String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-