net.simplace.simulation.util.FWSimVariable.CONTENT_TYPE

Different variables have different identifies to be able to divide them within within the debugging phase of the software developing process.


public static final class FWSimVariable.CONTENT_TYPE extends java.lang.Enum {

// Constants
public static final FWSimVariable.CONTENT_TYPE var;
public static final FWSimVariable.CONTENT_TYPE dyn;
public static final FWSimVariable.CONTENT_TYPE res;
public static final FWSimVariable.CONTENT_TYPE constant;
public static final FWSimVariable.CONTENT_TYPE state;
public static final FWSimVariable.CONTENT_TYPE rate;
public static final FWSimVariable.CONTENT_TYPE input;
public static final FWSimVariable.CONTENT_TYPE out;
public static final FWSimVariable.CONTENT_TYPE sys;
public static final FWSimVariable.CONTENT_TYPE mgm;
public static final FWSimVariable.CONTENT_TYPE cal;
public static final FWSimVariable.CONTENT_TYPE sim;

// Class Methods
public static FWSimVariable.CONTENT_TYPE[] values();

public static FWSimVariable.CONTENT_TYPE valueOf(String name);



}



Hierarchy: java.lang.Object - java.lang.Enum (java.lang.Comparable, java.io.Serializable) - FWSimVariable.CONTENT_TYPE



Passed to: net.simplace.simulation.graphpanel.factory.FWSimComponentFactory.createFieldContainerGroup(), FWSimVariable.createFormElement(), net.simplace.simulation.io.FWSimIOAdapter.createFormFields(), FWSimVariable.createFormFields(), FWSimVariable.createFormFields(), FWSimVariable.createMultipleFormElement(), net.simplace.simulation.control.FWSimulationGenerator.createSimulationGenerator(), FWSimVariable.createSimVariable(), net.simplace.simulation.control.generators.DefaultSimulationGenerator(), net.simplace.simulation.control.generators.EquidistantCalSimGenerator(), net.simplace.simulation.io.FilePool(), FWSimFieldContainerGroup.FWSimFieldContainerGroup(), net.simplace.simulation.control.FWSimulationGenerator(), net.simplace.simulation.graphpanel.renderer.SimFieldRenderer.ComponentColor.getCenterColor(), net.simplace.simulation.graphpanel.transformer.SimFieldLocationTransformer.ComponentLocation.getHight(), net.simplace.simulation.io.interfaces.MEMORYInterface.getInterface(), net.simplace.simulation.io.interfaces.FWSimInterface.getInterface(), net.simplace.simulation.io.interfaces.FILEInterface.getInterface(), net.simplace.simulation.io.interfaces.DatabaseInterface.getInterface(), net.simplace.simulation.io.interfaces.CSVInterface.getInterface(), net.simplace.simulation.graphpanel.renderer.SimFieldRenderer.ComponentColor.getMainColor(), net.simplace.simulation.graphpanel.renderer.SimFieldRenderer.ComponentColor.getPickedColor(), FWSimVarMap.getVariables(), net.simplace.simulation.graphpanel.transformer.SimFieldLocationTransformer.ComponentLocation.getWidth(), FWSimVariable.setContentType(), FWSimVarMap.setValue(), FWSimVariable.transformContentType()



Returned by: net.simplace.simulation.FWSimSolution.getContentType(), net.simplace.simulation.control.FWSimulationSelector.getContentType(), net.simplace.simulation.control.FWSimulationGenerator.getContentType(), net.simplace.simulation.io.FWSimCache.getContentType(), net.simplace.simulation.io.FilePool.getContentType(), net.simplace.simulation.io.output.FWSimOutputAdapter.getContentType(), net.simplace.simulation.io.resources.FWSimResourceCache.getContentType(), net.simplace.simulation.io.resources.FWSimInputAdapter.getContentType(), net.simplace.simulation.io.resources.transformer.DefaultSQLStatementTransformer.getContentType(), net.simplace.simulation.io.resources.transformer.DefaultRuleTransformer.getContentType(), net.simplace.simulation.model.FWSimComponent.getContentType(), net.simplace.simulation.model.DefaultManagement.getContentType(), FWSimVariable.getContentType(), FWSimFieldContainerGroup.getContentType(), FWSimFieldContainer.getContentType(), valueOf(), values()



Type of: cal, constant, dyn, net.simplace.simulation.control.FWSimulationGenerator.iContentType, input, mgm, out, rate, res, sim, state, sys, var