public static enum TraceInformation.MethodInfo.Type extends Enum<TraceInformation.MethodInfo.Type>
Enum Constant and Description |
---|
EXTERNALIZABLE_READ_OBJECT |
EXTERNALIZABLE_WRITE_OBJECT |
EXTERNALIZER_CREATE_OBJECT |
EXTERNALIZER_READ_OBJECT |
EXTERNALIZER_WRITE_OBJECT |
READ_OBJECT |
READ_OBJECT_NO_DATA |
WRITE_OBJECT |
Modifier and Type | Method and Description |
---|---|
static TraceInformation.MethodInfo.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TraceInformation.MethodInfo.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceInformation.MethodInfo.Type READ_OBJECT
public static final TraceInformation.MethodInfo.Type READ_OBJECT_NO_DATA
public static final TraceInformation.MethodInfo.Type WRITE_OBJECT
public static final TraceInformation.MethodInfo.Type EXTERNALIZABLE_READ_OBJECT
public static final TraceInformation.MethodInfo.Type EXTERNALIZABLE_WRITE_OBJECT
public static final TraceInformation.MethodInfo.Type EXTERNALIZER_READ_OBJECT
public static final TraceInformation.MethodInfo.Type EXTERNALIZER_WRITE_OBJECT
public static final TraceInformation.MethodInfo.Type EXTERNALIZER_CREATE_OBJECT
public static TraceInformation.MethodInfo.Type[] values()
for (TraceInformation.MethodInfo.Type c : TraceInformation.MethodInfo.Type.values()) System.out.println(c);
public static TraceInformation.MethodInfo.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 JBoss by Red Hat. All rights reserved.