public class TiInstance extends DefaultIxObject implements INamedEntity
| Constructor and Description |
|---|
TiInstance(IClass myClass,
Map<String,Object> myValues) |
| Modifier and Type | Method and Description |
|---|---|
Object |
callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
getProperty(SourceElement caller,
String propertyName) |
String |
getTitle() |
String |
getType() |
boolean |
is(String qualifiedName) |
asBoolean, asSequence, asString, castTo, getByIndexpublic String getType()
getType in class DefaultIxObjectpublic boolean is(String qualifiedName) throws EvaluationException
is in interface IxObjectis in class DefaultIxObjectEvaluationExceptionpublic Object getProperty(SourceElement caller, String propertyName) throws EvaluationException
getProperty in interface IxObjectgetProperty in class DefaultIxObjectEvaluationExceptionpublic Object callMethod(SourceElement caller, String methodName, Object... args) throws EvaluationException
callMethod in interface IxObjectcallMethod in class DefaultIxObjectEvaluationExceptionpublic String getTitle()
getTitle in interface INamedEntityCopyright © 2014. All rights reserved.