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

Packages that use Representation
org.eclipse.lyo.oslc4j.core.exception   
org.eclipse.lyo.oslc4j.core.model Copyright (c) 2012 IBM Corporation. 
 

Uses of Representation in org.eclipse.lyo.oslc4j.core.exception
 

Methods in org.eclipse.lyo.oslc4j.core.exception that return Representation
 Representation OslcCoreInvalidRepresentationException.getRepresentation()
           
 

Constructors in org.eclipse.lyo.oslc4j.core.exception with parameters of type Representation
OslcCoreInvalidRepresentationException(Class<?> resourceClass, Method method, Representation representation)
           
 

Uses of Representation in org.eclipse.lyo.oslc4j.core.model
 

Methods in org.eclipse.lyo.oslc4j.core.model that return Representation
static Representation Representation.fromString(String string)
           
static Representation Representation.fromURI(URI uri)
           
static Representation Representation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Representation[] Representation.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 Representation
 void Property.setRepresentation(Representation representation)
           
 



Copyright © 2013. All rights reserved.