com.wewebu.expression.language
Interface OwExprProperty

All Superinterfaces:
OwExprScope
All Known Implementing Classes:
OwExprObjectProperty, OwExprReflectiveProperty, OwExprScopedProperty

public interface OwExprProperty
extends OwExprScope

Properties are value bearing identifiers applied to scopes.
Properties can define sub properties through a self-defined scope, hence properties are scopes.

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


Method Summary
 Class<?> javaType()
           
 OwExprType type()
           
 OwExprValue value()
           
 
Methods inherited from interface com.wewebu.expression.language.OwExprScope
at, function, hasProperty, length, property
 

Method Detail

value

OwExprValue value()
                  throws OwExprEvaluationException
Returns:
the value of this property
Throws:
OwExprEvaluationException

type

OwExprType type()
                throws OwExprEvaluationException
Returns:
the type of this property
Throws:
OwExprEvaluationException

javaType

Class<?> javaType()
                  throws OwExprEvaluationException
Returns:
the original java type of this property
Throws:
OwExprEvaluationException
Since:
1.3.0 and AWD 3.1.0


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.