|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ValueType | |
---|---|
org.eclipse.lyo.oslc4j.core.exception | |
org.eclipse.lyo.oslc4j.core.model | Copyright (c) 2012 IBM Corporation. |
Uses of ValueType in org.eclipse.lyo.oslc4j.core.exception |
---|
Methods in org.eclipse.lyo.oslc4j.core.exception that return ValueType | |
---|---|
ValueType |
OslcCoreInvalidValueTypeException.getValueType()
|
Constructors in org.eclipse.lyo.oslc4j.core.exception with parameters of type ValueType | |
---|---|
OslcCoreInvalidValueTypeException(Class<?> resourceClass,
Method method,
ValueType valueType)
|
Uses of ValueType in org.eclipse.lyo.oslc4j.core.model |
---|
Methods in org.eclipse.lyo.oslc4j.core.model that return ValueType | |
---|---|
static ValueType |
ValueType.fromString(String string)
|
static ValueType |
ValueType.fromURI(URI uri)
|
static ValueType |
ValueType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.eclipse.lyo.oslc4j.core.model with parameters of type ValueType | |
---|---|
void |
Property.setValueType(ValueType valueType)
|
Constructors in org.eclipse.lyo.oslc4j.core.model with parameters of type ValueType | |
---|---|
Property(String name,
Occurs occurs,
URI propertyDefinition,
ValueType valueType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |