Class CellStr
- java.lang.Object
-
- org.eclipse.epsilon.emc.simulink.types.AbstractType
-
- org.eclipse.epsilon.emc.simulink.types.CellStr
-
- All Implemented Interfaces:
ISimulinkModelElement
,IModelElement
public class CellStr extends AbstractType
-
-
Field Summary
Fields Modifier and Type Field Description protected Method
equalsMethod
protected Method
getStringArrayMethod
-
Fields inherited from class org.eclipse.epsilon.emc.simulink.types.AbstractType
engine, object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
protected static Class<?>
getMatlabClass()
protected Object
getObject()
Object
getProperty(String property)
Object
getStringArray()
protected void
init()
static boolean
is(Object obj)
void
setProperty(String property, Object value)
-
Methods inherited from class org.eclipse.epsilon.emc.simulink.types.AbstractType
deleteElementInModel, getAllTypeNamesOf, getEngine, getHandle, getOwningModel, getType
-
-
-
-
Constructor Detail
-
CellStr
public CellStr(Object cellStr)
-
CellStr
public CellStr(MatlabEngine engine)
-
CellStr
public CellStr(String[] stringArray)
-
CellStr
public CellStr(String[][] stringArray)
-
-
Method Detail
-
is
public static boolean is(Object obj)
-
getMatlabClass
protected static Class<?> getMatlabClass()
-
init
protected void init()
- Specified by:
init
in classAbstractType
-
getStringArray
public Object getStringArray()
-
equals
public boolean equals(Object object)
- Specified by:
equals
in interfaceISimulinkModelElement
- Overrides:
equals
in classObject
-
getProperty
public Object getProperty(String property) throws EolRuntimeException
- Throws:
EolRuntimeException
-
setProperty
public void setProperty(String property, Object value) throws EolRuntimeException
- Throws:
EolRuntimeException
-
getObject
protected Object getObject()
- Specified by:
getObject
in classAbstractType
-
-