Uses of Class
org.eclipse.lyo.oslc4j.core.model.Occurs

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)
           
 



Copyright © 2013. All Rights Reserved.