Uses of Enum Class
com.kenai.jffi.ObjectParameterStrategy.StrategyType
Packages that use ObjectParameterStrategy.StrategyType
-
Uses of ObjectParameterStrategy.StrategyType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterStrategy.StrategyTypeModifier and TypeFieldDescriptionprotected static final ObjectParameterStrategy.StrategyType
ObjectParameterStrategy.DIRECT
protected static final ObjectParameterStrategy.StrategyType
ObjectParameterStrategy.HEAP
Methods in com.kenai.jffi that return ObjectParameterStrategy.StrategyTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ObjectParameterStrategy.StrategyType[]
ObjectParameterStrategy.StrategyType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.kenai.jffi with parameters of type ObjectParameterStrategy.StrategyTypeModifierConstructorDescriptionObjectParameterStrategy
(ObjectParameterStrategy.StrategyType strategyType, ObjectParameterType parameterType)