|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.dpml.metro.tools.ValueDataType
public class ValueDataType
Defintion of a context entry parameter directive.
| Constructor Summary | |
|---|---|
ValueDataType()
|
|
| Method Summary | |
|---|---|
Value |
buildValue(ClassLoader classloader)
Build a value datastructure. |
ValueDataType |
createValue()
Create, assign and return a new nested entry constructor parameter. |
String |
getClassname()
Return the context entry parameter classname. |
Class |
getTargetClass(ClassLoader classloader)
Return the base classname. |
String |
getValue()
Return the value of the context entry param. |
ValueBuilder[] |
getValueBuilders()
Return the set of nested param directives. |
void |
setClass(String classname)
Set the context entry classname. |
void |
setMethod(String method)
Set the method name. |
void |
setValue(String value)
Set the value of the context entry parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ValueDataType()
| Method Detail |
|---|
public void setClass(String classname)
classname - the context entry classnamepublic void setMethod(String method)
method - the name of a static methodpublic String getClassname()
public void setValue(String value)
value - the param valuepublic String getValue()
public ValueDataType createValue()
public ValueBuilder[] getValueBuilders()
public Value buildValue(ClassLoader classloader)
buildValue in interface ValueBuilderclassloader - the working classloader
public Class getTargetClass(ClassLoader classloader)
getTargetClass in interface ValueBuilderclassloader - the working classloader
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||