public static enum ICompound.CompoundKind extends java.lang.Enum<ICompound.CompoundKind>
Enum Constant and Description |
---|
Category |
Class |
Dir |
Example |
Exception |
File |
Group |
Interface |
Invalid |
Namespace |
Page |
Protocol |
Struct |
Union |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static ICompound.CompoundKind |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ICompound.CompoundKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ICompound.CompoundKind Invalid
public static final ICompound.CompoundKind Class
public static final ICompound.CompoundKind Struct
public static final ICompound.CompoundKind Union
public static final ICompound.CompoundKind Interface
public static final ICompound.CompoundKind Protocol
public static final ICompound.CompoundKind Category
public static final ICompound.CompoundKind Exception
public static final ICompound.CompoundKind File
public static final ICompound.CompoundKind Namespace
public static final ICompound.CompoundKind Group
public static final ICompound.CompoundKind Page
public static final ICompound.CompoundKind Example
public static final ICompound.CompoundKind Dir
public static ICompound.CompoundKind[] values()
for (ICompound.CompoundKind c : ICompound.CompoundKind.values()) System.out.println(c);
public static ICompound.CompoundKind 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 namejava.lang.NullPointerException
- if the argument is nullpublic int value()