Class InterpreterOutput
- java.lang.Object
-
- org.ehrbase.webtemplate.interpreter.InterpreterOutput
-
- All Implemented Interfaces:
Serializable
public class InterpreterOutput extends Object implements Serializable
- Author:
- Stefan Spiska
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InterpreterOutput()InterpreterOutput(InterpreterOutput other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<Containment>getContain()List<Containment>getOriginalContain()InterpreterPathgetPathFromRootToValue()intgetRootContainment()inthashCode()booleanisRepresentingObject()voidsetContain(List<Containment> contain)voidsetOriginalContain(List<Containment> originalContain)voidsetPathFromRootToValue(InterpreterPath pathFromRootToValue)voidsetRootContainment(int rootContainment)StringtoString()
-
-
-
Constructor Detail
-
InterpreterOutput
public InterpreterOutput()
-
InterpreterOutput
public InterpreterOutput(InterpreterOutput other)
-
-
Method Detail
-
isRepresentingObject
public boolean isRepresentingObject()
-
getRootContainment
public int getRootContainment()
-
setRootContainment
public void setRootContainment(int rootContainment)
-
getContain
public List<Containment> getContain()
-
setContain
public void setContain(List<Containment> contain)
-
getOriginalContain
public List<Containment> getOriginalContain()
-
setOriginalContain
public void setOriginalContain(List<Containment> originalContain)
-
getPathFromRootToValue
public InterpreterPath getPathFromRootToValue()
-
setPathFromRootToValue
public void setPathFromRootToValue(InterpreterPath pathFromRootToValue)
-
-