org.ofbiz.minilang.method
Class FieldString

java.lang.Object
  extended by org.ofbiz.minilang.method.MethodString
      extended by org.ofbiz.minilang.method.FieldString

public class FieldString
extends MethodString

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

module

public static final java.lang.String module
Constructor Detail

FieldString

public FieldString(org.w3c.dom.Element element,
                   SimpleMethod simpleMethod)
Method Detail

getString

public java.lang.String getString(MethodContext methodContext)
Description copied from class: MethodString
Get the String value

Specified by:
getString in class MethodString