Uses of Class
org.apache.olingo.odata2.jpa.processor.ref.model.Importance

Packages that use Importance
org.apache.olingo.odata2.jpa.processor.ref.model   
 

Uses of Importance in org.apache.olingo.odata2.jpa.processor.ref.model
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.model that return Importance
 Importance Customer.getImportance()
           
static Importance Importance.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Importance[] Importance.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.olingo.odata2.jpa.processor.ref.model with parameters of type Importance
 void Customer.setImportance(Importance importance)
           
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.