Uses of Class
com.perforce.p4java.impl.mapbased.rpc.func.RpcFunctionType

Packages that use RpcFunctionType
com.perforce.p4java.impl.mapbased.rpc.func   
 

Uses of RpcFunctionType in com.perforce.p4java.impl.mapbased.rpc.func
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func that return RpcFunctionType
 RpcFunctionType RpcFunctionSpec.getType()
           
 RpcFunctionType RpcFunctionMetadata.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.
 

Methods in com.perforce.p4java.impl.mapbased.rpc.func with parameters of type RpcFunctionType
 void RpcFunctionMetadata.setType(RpcFunctionType type)
           
 

Constructors in com.perforce.p4java.impl.mapbased.rpc.func with parameters of type RpcFunctionType
RpcFunctionMetadata(RpcFunctionSpec name, RpcFunctionType type, String encoding)
           
 



Copyright © 2015 Perforce Software. All Rights Reserved.