Uses of Class
com.kenai.jffi.ObjectParameterStrategy.StrategyType
| Package | Description |
|---|---|
| com.kenai.jffi |
-
Uses of ObjectParameterStrategy.StrategyType in com.kenai.jffi
Fields in com.kenai.jffi declared as ObjectParameterStrategy.StrategyType Modifier and Type Field Description protected static ObjectParameterStrategy.StrategyTypeObjectParameterStrategy. DIRECTprotected static ObjectParameterStrategy.StrategyTypeObjectParameterStrategy. HEAPMethods in com.kenai.jffi that return ObjectParameterStrategy.StrategyType Modifier and Type Method Description static ObjectParameterStrategy.StrategyTypeObjectParameterStrategy.StrategyType. valueOf(java.lang.String name)Returns 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.StrategyType Constructor Description ObjectParameterStrategy(ObjectParameterStrategy.StrategyType type)ObjectParameterStrategy(ObjectParameterStrategy.StrategyType strategyType, ObjectParameterType parameterType)