|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kenai.jaffl.byref.AbstractPrimitiveReference<T>
public abstract class AbstractPrimitiveReference<T>
An abstract class for common PrimitiveReference functionality
| Field Summary | |
|---|---|
protected T |
value
|
| Constructor Summary | |
|---|---|
AbstractPrimitiveReference(T value)
|
|
| Method Summary | |
|---|---|
T |
getValue()
|
java.lang.Class |
nativeType()
|
void |
setValue(T value)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.kenai.jaffl.byref.ByReference |
|---|
marshal, nativeSize, unmarshal |
| Field Detail |
|---|
protected T value
| Constructor Detail |
|---|
public AbstractPrimitiveReference(T value)
| Method Detail |
|---|
public java.lang.Class nativeType()
public void setValue(T value)
public T getValue()
getValue in interface ByReference<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||