org.gwe.p2elv2.model
Class PStatement

java.lang.Object
  extended by org.gwe.p2elv2.model.PStatement

public class PStatement
extends java.lang.Object

Since:
Jul 28, 2008
Author:
Marco Ruiz

Constructor Summary
PStatement()
           
 
Method Summary
 java.lang.String getTemplate()
           
 java.util.List<PVariable> getVars()
           
 java.util.List<PVariable> getVarsSortedByDependencies()
           
 void inlineConstants()
           
 void setTemplate(java.lang.String template)
           
 void setVars(java.util.List<PVariable> vars)
           
 java.lang.String toString()
           
 java.lang.String toStringFormatted()
           
 java.lang.String toStringFormatted(java.lang.String prefix, java.lang.String suffix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PStatement

public PStatement()
Method Detail

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.