com.wewebu.expression.language
Class OwExprObjectProperty
java.lang.Object
com.wewebu.expression.language.OwExprScopedProperty
com.wewebu.expression.language.OwExprObjectProperty
- All Implemented Interfaces:
- OwExprProperty, OwExprScope
public class OwExprObjectProperty
- extends OwExprScopedProperty
OwExprObjectProperty.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OwExprObjectProperty
public OwExprObjectProperty(Object javaObject_p)
OwExprObjectProperty
public OwExprObjectProperty(Object javaObject_p,
Class<?> javaType_p)
type
public OwExprType type()
throws OwExprEvaluationException
- Returns:
- the type of this property
- Throws:
OwExprEvaluationException
value
public OwExprValue value()
throws OwExprEvaluationException
- Returns:
- the value of this property
- Throws:
OwExprEvaluationException
javaType
public Class<?> javaType()
throws OwExprEvaluationException
- Returns:
- the original java type of this property
- Throws:
OwExprEvaluationException
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.