Class KeyInstance
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.KeyInstance
-
public class KeyInstance extends Object
-
-
Constructor Summary
Constructors Constructor Description KeyInstance(String key, String instance)KeyInstance(String key, String instance, String variable)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)inthashCode()static KeyInstanceofKeyInstance(String keyInstance)static KeyInstanceofVariable(String variableString)StringtoKeyInstance()StringtoVariable()
-
-
-
Method Detail
-
ofKeyInstance
public static KeyInstance ofKeyInstance(String keyInstance) throws EnvironmentException
- Throws:
EnvironmentException
-
ofVariable
public static KeyInstance ofVariable(String variableString) throws EnvironmentException
- Throws:
EnvironmentException
-
toKeyInstance
public String toKeyInstance()
-
toVariable
public String toVariable()
-
-