Class GlobalVariableDataLocation

java.lang.Object
hec.rss.model.globalvariable.GlobalVariableDataLocation
All Implemented Interfaces:
Cloneable

public class GlobalVariableDataLocation extends Object implements Cloneable
  • Constructor Details

    • GlobalVariableDataLocation

      public GlobalVariableDataLocation()
  • Method Details

    • parseVariable

      public boolean parseVariable(String type, String param)
    • writeData

      public void writeData(BufferedWriter out) throws IOException
      Throws:
      IOException
    • isDataLocation

      public boolean isDataLocation()
    • setIsDataLocation

      public void setIsDataLocation(boolean isDataLocation)
    • getLinkedLocation

      public String getLinkedLocation()
    • setLinkedLocation

      public void setLinkedLocation(String linkedLocation)
    • getLinkedModel

      public String getLinkedModel()
    • setLinkedModel

      public void setLinkedModel(String linkedModel)
    • clone

      Overrides:
      clone in class Object