org.ofbiz.minilang.method
Class StringString

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

public class StringString
extends MethodString

A type of MethodString that represents a String constant value


Field Summary
 
Fields inherited from class org.ofbiz.minilang.method.MethodString
simpleMethod
 
Constructor Summary
StringString(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
 

Constructor Detail

StringString

public StringString(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