|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Occurs | |
---|---|
org.eclipse.lyo.oslc4j.core.model | Copyright (c) 2012 IBM Corporation. |
Uses of Occurs in org.eclipse.lyo.oslc4j.core.model |
---|
Methods in org.eclipse.lyo.oslc4j.core.model that return Occurs | |
---|---|
static Occurs |
Occurs.fromString(String string)
|
static Occurs |
Occurs.fromURI(URI uri)
|
static Occurs |
Occurs.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Occurs[] |
Occurs.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 Occurs | |
---|---|
void |
Property.setOccurs(Occurs occurs)
|
Constructors in org.eclipse.lyo.oslc4j.core.model with parameters of type Occurs | |
---|---|
Property(String name,
Occurs occurs,
URI propertyDefinition,
ValueType valueType)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |