|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.minilang.method.MethodString
org.ofbiz.minilang.method.FieldString
public class FieldString
A type of MethodString that represents a String constant value
Field Summary | |
---|---|
static java.lang.String |
module
|
Fields inherited from class org.ofbiz.minilang.method.MethodString |
---|
simpleMethod |
Constructor Summary | |
---|---|
FieldString(org.w3c.dom.Element element,
SimpleMethod simpleMethod)
|
Method Summary | |
---|---|
java.lang.String |
getString(MethodContext methodContext)
Get the String value |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String module
Constructor Detail |
---|
public FieldString(org.w3c.dom.Element element, SimpleMethod simpleMethod)
Method Detail |
---|
public java.lang.String getString(MethodContext methodContext)
MethodString
getString
in class MethodString
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |