public static enum JrpcgenXdrDefinition.Type extends Enum<JrpcgenXdrDefinition.Type>
| Enum Constant and Description |
|---|
CONST
An XDR definition of this type is expected to belong
to a constant definition.
|
ENUM
An XDR definition of this type is expected to belong
to an enumeration definition.
|
STRUCT
An XDR definition of this type is expected to belong
to a structure definition.
|
TYPEDEF
An XDR definition of this type is expected to belong
to a type definition.
|
UNION
An XDR definition of this type is expected to belong
to a union definition.
|
| Modifier and Type | Method and Description |
|---|---|
static JrpcgenXdrDefinition.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JrpcgenXdrDefinition.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JrpcgenXdrDefinition.Type CONST
public static final JrpcgenXdrDefinition.Type ENUM
public static final JrpcgenXdrDefinition.Type STRUCT
public static final JrpcgenXdrDefinition.Type UNION
public static final JrpcgenXdrDefinition.Type TYPEDEF
public static JrpcgenXdrDefinition.Type[] values()
for (JrpcgenXdrDefinition.Type c : JrpcgenXdrDefinition.Type.values()) System.out.println(c);
public static JrpcgenXdrDefinition.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 © 2025. All rights reserved.