Uses of Enum Class
eu.cloudnetservice.driver.impl.network.rpc.generation.RPCInternalInstanceFactory.SpecialArg
Packages that use RPCInternalInstanceFactory.SpecialArg
-
Uses of RPCInternalInstanceFactory.SpecialArg in eu.cloudnetservice.driver.impl.network.rpc.generation
Subclasses with type arguments of type RPCInternalInstanceFactory.SpecialArg in eu.cloudnetservice.driver.impl.network.rpc.generationModifier and TypeClassDescriptionstatic enumA collection of special args that can be passed to a super constructor when invoking.Fields in eu.cloudnetservice.driver.impl.network.rpc.generation declared as RPCInternalInstanceFactory.SpecialArgModifier and TypeFieldDescriptionprivate static final RPCInternalInstanceFactory.SpecialArg[]RPCInternalInstanceFactory.SpecialArg.VALUESMethods in eu.cloudnetservice.driver.impl.network.rpc.generation that return RPCInternalInstanceFactory.SpecialArgModifier and TypeMethodDescription(package private) static @NonNull RPCInternalInstanceFactory.SpecialArgRPCInternalInstanceFactory.SpecialArg.fromParamMappingIndex(int paramMappingIndex) Get the special argument represented by the given param mapping index or throws an exception if the param mapping index is invalid.Returns the enum constant of this class with the specified name.RPCInternalInstanceFactory.SpecialArg.values()Returns an array containing the constants of this enum class, in the order they are declared.