|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wewebu.expression.language.OwExprType
public class OwExprType
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
Field Summary | |
---|---|
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 ) |
Method Summary | ||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
equals(Object obj_p)
|
|||||||||||||||||||||||||||||||||||||||
static OwExprType |
fromJavaType(Object javaObject_p)
Static java object type to expression language type conversion helper.
STRINGpublic static final OwExprType STRING
NUMERICpublic static final OwExprType NUMERIC
TIMEpublic static final OwExprType TIME
DATEpublic static final OwExprType DATE
BOOLEANpublic static final OwExprType BOOLEAN
SCOPEpublic static final OwExprType SCOPE
NULLpublic static final OwExprType NULL
NOTYPEpublic static final OwExprType NOTYPE
ALL_TYPESpublic static final OwExprType[] ALL_TYPES
ALL_TYPE_TYPESpublic static final OwExprType[] ALL_TYPE_TYPES
fromJavaTypepublic static final OwExprType fromJavaType(Object javaObject_p)
toStringpublic String toString() hashCodepublic int hashCode() equalspublic boolean equals(Object obj_p)
Copyright © 2013 Alfresco Business Solutions. All Rights Reserved. |