|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BookCategory | |
|---|---|
| org.eclipse.emf.test.models.library | |
| org.eclipse.emf.test.models.library.impl | |
| Uses of BookCategory in org.eclipse.emf.test.models.library |
|---|
| Fields in org.eclipse.emf.test.models.library 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.test.models.library 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.test.models.library with parameters of type BookCategory | |
|---|---|
void |
Book.setCategory(BookCategory value)
Sets the value of the ' Category' attribute |
| Uses of BookCategory in org.eclipse.emf.test.models.library.impl |
|---|
| Fields in org.eclipse.emf.test.models.library.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.test.models.library.impl that return BookCategory | |
|---|---|
BookCategory |
LibraryFactoryImpl.createBookCategoryFromString(EDataType eDataType,
java.lang.String initialValue)
|
BookCategory |
BookImpl.getCategory()
|
| Methods in org.eclipse.emf.test.models.library.impl with parameters of type BookCategory | |
|---|---|
void |
BookImpl.setCategory(BookCategory newCategory)
|
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||