com.wewebu.expression.language
Class OwExprObjectProperty

java.lang.Object
  extended by com.wewebu.expression.language.OwExprScopedProperty
      extended by 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


Constructor Summary
OwExprObjectProperty(Object javaObject_p)
           
OwExprObjectProperty(Object javaObject_p, Class<?> javaType_p)
           
 
Method Summary
 Class<?> javaType()
           
 OwExprType type()
           
 OwExprValue value()
           
 
Methods inherited from class com.wewebu.expression.language.OwExprScopedProperty
at, function, hasProperty, length, property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwExprObjectProperty

public OwExprObjectProperty(Object javaObject_p)

OwExprObjectProperty

public OwExprObjectProperty(Object javaObject_p,
                            Class<?> javaType_p)
Method Detail

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.