|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<DependencyClass>
com.sun.tracing.dtrace.DependencyClass
public enum DependencyClass
Enumeration for the DTrace dependency classes.
| Enum Constant Summary | |
|---|---|
COMMON
The interface is common to all Solaris systems regardless of the underlying hardware. |
|
CPU
The interface is specific to the CPU model of the current system. |
|
GROUP
The interface is specific to the hardware platform group of the current system. |
|
ISA
The interface is specific to the instruction set architecture (ISA) supported by the microprocessors on this system. |
|
PLATFORM
The interface is specific to the hardware platform of the current system. |
|
UNKNOWN
The interface has an unknown set of architectural dependencies. |
|
| Method Summary | |
|---|---|
int |
getEncoding()
|
java.lang.String |
toDisplayString()
|
static DependencyClass |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DependencyClass[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final DependencyClass UNKNOWN
public static final DependencyClass CPU
public static final DependencyClass PLATFORM
public static final DependencyClass GROUP
public static final DependencyClass ISA
public static final DependencyClass COMMON
| Method Detail |
|---|
public static final DependencyClass[] values()
for(DependencyClass c : DependencyClass.values())
System.out.println(c);
public static DependencyClass 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 namepublic java.lang.String toDisplayString()
public int getEncoding()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||