| Package | Description |
|---|---|
| org.acplt.oncrpc.apps.jrpcgen |
jrpcgen for ONC/RPC Java package.
|
| Modifier and Type | Method and Description |
|---|---|
JrpcgenDeclaration.Kind |
JrpcgenDeclaration.getKind() |
static JrpcgenDeclaration.Kind |
JrpcgenDeclaration.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JrpcgenDeclaration.Kind[] |
JrpcgenDeclaration.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
JrpcgenDeclaration(String identifier,
JrpcgenTypeMapping typeMapping,
JrpcgenDeclaration.Kind kind,
String size)
Constructs a
JrpcgenDeclaration and sets the identifier,
its data type, kind and size of vector. |
Copyright © 2025. All rights reserved.