org.ofbiz.minilang.method
Class MethodString

java.lang.Object
  extended by org.ofbiz.minilang.method.MethodString
Direct Known Subclasses:
FieldString, StringString

public abstract class MethodString
extends java.lang.Object

A single String value, generally meant to be combined with others


Field Summary
protected  SimpleMethod simpleMethod
           
 
Constructor Summary
MethodString(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 
Method Summary
abstract  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

simpleMethod

protected SimpleMethod simpleMethod
Constructor Detail

MethodString

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

getString

public abstract java.lang.String getString(MethodContext methodContext)
Get the String value