public class LoaderRepository
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
loaderRepositoryClass |
protected java.lang.String |
value |
Constructor and Description |
---|
LoaderRepository() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLoaderRepositoryClass()
Gets the value of the loaderRepositoryClass property.
|
java.lang.String |
getvalue()
Gets the value of the value property.
|
void |
setLoaderRepositoryClass(java.lang.String value)
Sets the value of the loaderRepositoryClass property.
|
void |
setvalue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String loaderRepositoryClass
protected java.lang.String value
public java.lang.String getLoaderRepositoryClass()
String
public void setLoaderRepositoryClass(java.lang.String value)
value
- allowed object is
String
public java.lang.String getvalue()
String
public void setvalue(java.lang.String value)
value
- allowed object is
String