|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OwExprType | |
---|---|
com.wewebu.expression.language |
Uses of OwExprType in com.wewebu.expression.language |
---|
Fields in com.wewebu.expression.language declared as OwExprType | |
---|---|
static OwExprType[] |
OwExprType.ALL_TYPE_TYPES
All types enumeration contents except the NOTYPE error marking type |
static OwExprType[] |
OwExprType.ALL_TYPES
All types enumeration contents |
static OwExprType |
OwExprType.BOOLEAN
BOOLEAN type denotes standard logical atomic values expressed as true and false (see OwExprBooleanValue ) |
static OwExprType |
OwExprType.DATE
DATE type denotes calendar based dates (see OwExprDateValue ) |
static OwExprType |
OwExprType.NOTYPE
NOTYPE type denotes an unknown type resulted form the compilation process. |
static OwExprType |
OwExprType.NULL
NULL type denotes an unknown-value or the no-value (see OwExprNullValue ) |
static OwExprType |
OwExprType.NUMERIC
NUMERIC type denotes integer and floating point values (see OwExprNumericValue ) |
static OwExprType |
OwExprType.SCOPE
SCOPE type denotes values interpreted as scopes (see OwExprScopeValue |
static OwExprType |
OwExprType.STRING
STRING type denotes UTF8 character arrays similar to the Java String type (see OwExprStringValue ) |
static OwExprType |
OwExprType.TIME
TIME type denotes time spans (see OwExprTimeValue ) |
Methods in com.wewebu.expression.language that return OwExprType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
OwExprType |
OwExprUnaryOperator.computeType(OwExprType type_p)
Type computation method. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OwExprType |
OwExprBinaryOperator.computeType(OwExprType type1_p,
OwExprType type2_p)
Type computation method. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OwExprType |
OwExprUnaryConversionTable.convert(OwExprType type_p)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
OwExprType |
OwExprBinaryConversionTable.convert(OwExprType type1_p,
OwExprType type2_p)
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
static OwExprType |
OwExprType.fromJavaType(Object javaObject_p)
Static java object type to expression language type conversion helper.
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved. |