Uses of Enum
com.kenai.jffi.ObjectParameterStrategy.StrategyType
Packages that use ObjectParameterStrategy.StrategyType
-
Uses of ObjectParameterStrategy.StrategyType in com.kenai.jffi
Subclasses with type arguments of type ObjectParameterStrategy.StrategyType in com.kenai.jffiFields in com.kenai.jffi declared as ObjectParameterStrategy.StrategyTypeModifier and TypeFieldDescriptionprotected static final ObjectParameterStrategy.StrategyTypeObjectParameterStrategy.DIRECTprotected static final ObjectParameterStrategy.StrategyTypeObjectParameterStrategy.HEAPMethods in com.kenai.jffi that return ObjectParameterStrategy.StrategyTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ObjectParameterStrategy.StrategyType[]ObjectParameterStrategy.StrategyType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.kenai.jffi with parameters of type ObjectParameterStrategy.StrategyTypeModifierConstructorDescriptionObjectParameterStrategy(ObjectParameterStrategy.StrategyType strategyType, ObjectParameterType parameterType)