| Package | Description |
|---|---|
| org.eclipse.lyo.oslc4j.core.exception | |
| org.eclipse.lyo.oslc4j.core.model |
Copyright (c) 2012 IBM Corporation.
|
| Modifier and Type | Method and Description |
|---|---|
ValueType |
OslcCoreInvalidValueTypeException.getValueType() |
| Constructor and Description |
|---|
OslcCoreInvalidValueTypeException(Class<?> resourceClass,
Method method,
ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Property.setValueType(ValueType valueType) |
| Constructor and Description |
|---|
Property(String name,
Occurs occurs,
URI propertyDefinition,
ValueType valueType) |
Copyright © 2016. All rights reserved.