public class OwExprType extends Object
Atomic value-types enumeration.
Defines evaluated values possible types and indexes them for faster type conversion
table usage (see OwExprBinaryConversionTable
OwExprUnaryConversionTable
).
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
Modifier and Type | Field and Description |
---|---|
static OwExprType[] |
ALL_TYPE_TYPES
All types enumeration contents except the
NOTYPE error marking type |
static OwExprType[] |
ALL_TYPES
All types enumeration contents
|
static OwExprType |
BOOLEAN
BOOLEAN type denotes standard logical atomic values expressed as true and false (see
OwExprBooleanValue ) |
static OwExprType |
DATE
DATE type denotes calendar based dates (see
OwExprDateValue ) |
static OwExprType |
NOTYPE
NOTYPE type denotes an unknown type resulted form the compilation process.
|
static OwExprType |
NULL
NULL type denotes an unknown-value or the no-value (see
OwExprNullValue ) |
static OwExprType |
NUMERIC
NUMERIC type denotes integer and floating point values (see
OwExprNumericValue ) |
static OwExprType |
SCOPE
SCOPE type denotes values interpreted as scopes (see
OwExprScopeValue |
static OwExprType |
STRING
STRING type denotes UTF8 character arrays similar to the Java String type (see
OwExprStringValue ) |
static OwExprType |
TIME
TIME type denotes time spans (see
OwExprTimeValue ) |
Modifier and Type | Method and Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
equals(Object obj_p) |
||||||||||||||||||||
static OwExprType |
fromJavaType(Object javaObject_p)
Static java object type to expression language type conversion helper.
Copyright © 2014 Alfresco Business Solutions. All Rights Reserved. |