Uses of Class
org.eclipse.emf.examples.extlibrary.BookCategory

Packages that use BookCategory
org.eclipse.emf.examples.extlibrary   
org.eclipse.emf.examples.extlibrary.impl   
 

Uses of BookCategory in org.eclipse.emf.examples.extlibrary
 

Fields in org.eclipse.emf.examples.extlibrary with type parameters of type BookCategory
static java.util.List<BookCategory> BookCategory.VALUES
          A public read-only list of all the 'Book Category' enumerators
 

Methods in org.eclipse.emf.examples.extlibrary that return BookCategory
static BookCategory BookCategory.get(int value)
          Returns the 'Book Category' literal with the specified integer value
static BookCategory BookCategory.get(java.lang.String literal)
          Returns the 'Book Category' literal with the specified literal value
static BookCategory BookCategory.getByName(java.lang.String name)
          Returns the 'Book Category' literal with the specified name
 BookCategory Book.getCategory()
          Returns the value of the 'Category' attribute.
static BookCategory BookCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BookCategory[] BookCategory.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.emf.examples.extlibrary with parameters of type BookCategory
 void Book.setCategory(BookCategory value)
          Sets the value of the 'Category' attribute
 

Uses of BookCategory in org.eclipse.emf.examples.extlibrary.impl
 

Fields in org.eclipse.emf.examples.extlibrary.impl declared as BookCategory
protected  BookCategory BookImpl.category
          The cached value of the 'Category' attribute
protected static BookCategory BookImpl.CATEGORY_EDEFAULT
          The default value of the 'Category' attribute
 

Methods in org.eclipse.emf.examples.extlibrary.impl that return BookCategory
 BookCategory EXTLibraryFactoryImpl.createBookCategoryFromString(EDataType eDataType, java.lang.String initialValue)
           
 BookCategory BookImpl.getCategory()
           
 

Methods in org.eclipse.emf.examples.extlibrary.impl with parameters of type BookCategory
 void BookImpl.setCategory(BookCategory newCategory)
           
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.