|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RValueType | |
---|---|
com.evolveum.midpoint.repo.sql.data.common.any |
Uses of RValueType in com.evolveum.midpoint.repo.sql.data.common.any |
---|
Methods in com.evolveum.midpoint.repo.sql.data.common.any that return RValueType | |
---|---|
static RValueType |
RValueType.getTypeFromItemClass(Class<? extends Item> clazz)
|
static RValueType |
RValueType.getTypeFromValueClass(Class<? extends PrismValue> clazz)
|
RValueType |
RAnyDate.getValueType()
|
RValueType |
RAnyClob.getValueType()
|
RValueType |
RAnyLong.getValueType()
|
RValueType |
RAnyString.getValueType()
|
RValueType |
RAnyReference.getValueType()
|
RValueType |
RAnyValue.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. |
Methods in com.evolveum.midpoint.repo.sql.data.common.any with parameters of type RValueType | |
---|---|
void |
RAnyDate.setValueType(RValueType valueType)
|
void |
RAnyClob.setValueType(RValueType valueType)
|
void |
RAnyLong.setValueType(RValueType valueType)
|
void |
RAnyString.setValueType(RValueType valueType)
|
void |
RAnyReference.setValueType(RValueType valueType)
|
void |
RAnyValue.setValueType(RValueType valueType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |