|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ail.core.Type
com.ail.core.configure.Component
com.ail.core.configure.Parameter
public class Parameter
This type represents the simplest element used in the configuration pattern. Parameter is simply a name/value pair. The value is always a String.
| Field Summary |
|---|
| Fields inherited from class com.ail.core.Type |
|---|
jXPathContext, NOT_PERSISTED |
| Constructor Summary | |
|---|---|
Parameter()
Default constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Getter for the parameter's value. |
java.lang.String |
getValueCDATA()
Get the value wrapped in an XML style CDATA tag. |
void |
setValue(java.lang.String value)
Setter for the parameter's value. |
| Methods inherited from class com.ail.core.configure.Component |
|---|
getName, getNameLowerCase, setName |
| Methods inherited from class com.ail.core.Type |
|---|
addAttribute, clone, deleteLock, deleteSerialVersion, fetchJXPathContext, getAttribute, getAttribute, getAttributeCount, getForeignSystemId, getLock, getSerialVersion, getSystemId, hasLock, hasSerialVersion, hasSystemId, isPersisted, markAsNotPersisted, mergeWithDataFrom, removeAttribute, removeAttribute, setAttribute, setForeignSystemId, setLock, setSerialVersion, setSystemId, xpathGet, xpathGet, xpathIterate, xpathSet |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Parameter()
| Method Detail |
|---|
public java.lang.String getValue()
public java.lang.String getValueCDATA()
public void setValue(java.lang.String value)
value - Value to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||