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