public final class PropertyType
extends java.lang.Enum
Title: Structured Data Objects
Description: Defines an Event Property type.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static PropertyType |
BigDecimal |
static PropertyType |
Boolean |
static PropertyType |
Byte |
static int |
DEFAULT_BIG_DECIMAL_PRECISION |
static int |
DEFAULT_BIG_DECIMAL_SCALE |
static PropertyType |
Double |
static PropertyType |
Float |
static PropertyType |
Integer |
static PropertyType |
Long |
static PropertyType |
Short |
static PropertyType |
String |
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator |
getTypes() |
static PropertyType |
resolveType(java.lang.Class type) |
static PropertyType |
resolveType(java.lang.Object object) |
static PropertyType |
valueOf(java.lang.String name) |
static PropertyType[] |
values() |
public static final PropertyType Boolean
public static final PropertyType Byte
public static final PropertyType Short
public static final PropertyType Integer
public static final PropertyType Long
public static final PropertyType Float
public static final PropertyType Double
public static final PropertyType BigDecimal
public static final PropertyType String
public static final int DEFAULT_BIG_DECIMAL_PRECISION
public static final int DEFAULT_BIG_DECIMAL_SCALE
public static PropertyType[] values()
public static PropertyType valueOf(java.lang.String name)
public static java.util.Iterator getTypes()
public static PropertyType resolveType(java.lang.Class type)
public static PropertyType resolveType(java.lang.Object object)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.