Package | Description |
---|---|
com.perforce.p4java.impl.mapbased.rpc.func |
Modifier and Type | Method and Description |
---|---|
RpcFunctionType |
RpcFunctionMetadata.getType() |
RpcFunctionType |
RpcFunctionSpec.getType() |
static RpcFunctionType |
RpcFunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RpcFunctionType[] |
RpcFunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RpcFunctionMetadata.setType(RpcFunctionType type) |
Constructor and Description |
---|
RpcFunctionMetadata(RpcFunctionSpec name,
RpcFunctionType type,
String encoding) |
Copyright © 2017 Perforce Software. All Rights Reserved.