public static class PropertyValueEntity.PersistedType
extends java.lang.Enum
PropertyTypeConverter
and should not be used in public interfaces.| Modifier and Type | Field and Description |
|---|---|
static PropertyValueEntity.PersistedType |
CONSTRUCTABLE |
static PropertyValueEntity.PersistedType |
DOUBLE |
static PropertyValueEntity.PersistedType |
ENUM |
static PropertyValueEntity.PersistedType |
LONG |
static PropertyValueEntity.PersistedType |
NULL |
static PropertyValueEntity.PersistedType |
SERIALIZABLE |
static PropertyValueEntity.PersistedType |
STRING |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.Class |
getAssociatedClass()
Get the persisted type's class.
|
abstract java.lang.Short |
getOrdinalNumber()
Fetch the numerical value that will represent the the persisted type.
|
static PropertyValueEntity.PersistedType |
valueOf(java.lang.String name) |
static PropertyValueEntity.PersistedType[] |
values() |
public static final PropertyValueEntity.PersistedType NULL
public static final PropertyValueEntity.PersistedType LONG
public static final PropertyValueEntity.PersistedType DOUBLE
public static final PropertyValueEntity.PersistedType STRING
public static final PropertyValueEntity.PersistedType SERIALIZABLE
public static final PropertyValueEntity.PersistedType CONSTRUCTABLE
public static final PropertyValueEntity.PersistedType ENUM
public static PropertyValueEntity.PersistedType[] values()
public static PropertyValueEntity.PersistedType valueOf(java.lang.String name)
public abstract java.lang.Short getOrdinalNumber()
public abstract java.lang.Class getAssociatedClass()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.