Package | Description |
---|---|
com.evolveum.midpoint.repo.sql.data.common.any |
Modifier and Type | Method and Description |
---|---|
static RValueType |
RValueType.getTypeFromItemClass(Class<? extends Item> clazz) |
static RValueType |
RValueType.getTypeFromValueClass(Class<? extends PrismValue> clazz) |
RValueType |
RAnyValue.getValueType() |
RValueType |
RAnyString.getValueType() |
RValueType |
RAnyLong.getValueType() |
RValueType |
RAnyDate.getValueType() |
RValueType |
RAnyClob.getValueType() |
RValueType |
RAnyReference.getValueType() |
RValueType |
RAnyPolyString.getValueType() |
static RValueType |
RValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RValueType[] |
RValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RAnyValue.setValueType(RValueType valueType) |
void |
RAnyString.setValueType(RValueType valueType) |
void |
RAnyLong.setValueType(RValueType valueType) |
void |
RAnyDate.setValueType(RValueType valueType) |
void |
RAnyClob.setValueType(RValueType valueType) |
void |
RAnyReference.setValueType(RValueType valueType) |
void |
RAnyPolyString.setValueType(RValueType valueType) |
Copyright © 2013 evolveum. All rights reserved.