org.gwe.p2elv2.model
Class PStatement
java.lang.Object
org.gwe.p2elv2.model.PStatement
public class PStatement
- extends java.lang.Object
- Since:
- Jul 28, 2008
- Author:
- Marco Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PStatement
public PStatement()
getVars
public java.util.List<PVariable> getVars()
setVars
public void setVars(java.util.List<PVariable> vars)
getTemplate
public java.lang.String getTemplate()
setTemplate
public void setTemplate(java.lang.String template)
inlineConstants
public void inlineConstants()
getVarsSortedByDependencies
public java.util.List<PVariable> getVarsSortedByDependencies()
throws P2ELFunctionNotSupported,
P2ELDependentVariableNotResolvedException
- Throws:
P2ELFunctionNotSupported
P2ELDependentVariableNotResolvedException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toStringFormatted
public java.lang.String toStringFormatted()
toStringFormatted
public java.lang.String toStringFormatted(java.lang.String prefix,
java.lang.String suffix)
Copyright © 2007-2009. All Rights Reserved.