public static class JavaIxFactory.JavaCollectionIxObject extends DefaultIxObject implements IxWrapper
| Modifier and Type | Field and Description |
|---|---|
protected Collection<?> |
collection |
| Constructor and Description |
|---|
JavaIxFactory.JavaCollectionIxObject(Collection<?> collection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
asBoolean() |
Iterator |
asSequence() |
Object |
callMethod(SourceElement caller,
String methodName,
Object... args) |
Object |
getObject()
returns wrapped object
|
Object |
getProperty(SourceElement caller,
String propertyName) |
protected String |
getType() |
boolean |
is(String qualifiedName) |
asString, castTo, getByIndexprotected Collection<?> collection
public JavaIxFactory.JavaCollectionIxObject(Collection<?> collection)
protected String getType()
getType in class DefaultIxObjectpublic Object callMethod(SourceElement caller, String methodName, Object... args) throws EvaluationException
callMethod in interface IxObjectcallMethod in class DefaultIxObjectEvaluationExceptionpublic Object getProperty(SourceElement caller, String propertyName) throws EvaluationException
getProperty in interface IxObjectgetProperty in class DefaultIxObjectEvaluationExceptionpublic boolean is(String qualifiedName) throws EvaluationException
is in interface IxObjectis in class DefaultIxObjectEvaluationExceptionpublic Iterator asSequence() throws EvaluationException
asSequence in interface IxAdaptableasSequence in class DefaultIxObjectEvaluationExceptionpublic boolean asBoolean()
asBoolean in interface IxAdaptableasBoolean in class DefaultIxObjectCopyright © 2014. All rights reserved.