|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<BinaryResourceImpl.BinaryIO.Version> org.eclipse.emf.ecore.resource.impl.BinaryResourceImpl.BinaryIO.Version
public static enum BinaryResourceImpl.BinaryIO.Version
Enum Constant Summary | |
---|---|
VERSION_1_0
|
|
VERSION_1_1
This version supports styles. |
Method Summary | |
---|---|
static BinaryResourceImpl.BinaryIO.Version |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BinaryResourceImpl.BinaryIO.Version[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final BinaryResourceImpl.BinaryIO.Version VERSION_1_0
public static final BinaryResourceImpl.BinaryIO.Version VERSION_1_1
Method Detail |
---|
public static BinaryResourceImpl.BinaryIO.Version[] values()
for (BinaryResourceImpl.BinaryIO.Version c : BinaryResourceImpl.BinaryIO.Version.values()) System.out.println(c);
public static BinaryResourceImpl.BinaryIO.Version valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
Copyright 2001-2012 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |