public class DuplexReferenceMethods extends java.lang.Object implements ReferenceMethods
| Modifier and Type | Class and Description |
|---|---|
private static class |
DuplexReferenceMethods.DuplexReferenceMethod |
| Modifier and Type | Field and Description |
|---|---|
private ReferenceMethods |
first
First is field methods.
|
private ReferenceMethods |
second
Second is method methods.
|
| Constructor and Description |
|---|
DuplexReferenceMethods(ReferenceMethods first,
ReferenceMethods second) |
| Modifier and Type | Method and Description |
|---|---|
ReferenceMethod |
getBind()
Never returns
null. |
InitReferenceMethod |
getInit()
This is optional and might return
null |
ReferenceMethod |
getUnbind()
Never returns
null. |
ReferenceMethod |
getUpdated()
Never returns
null. |
private final ReferenceMethods first
private final ReferenceMethods second
public DuplexReferenceMethods(ReferenceMethods first, ReferenceMethods second)
public ReferenceMethod getBind()
ReferenceMethodsnull.getBind in interface ReferenceMethodspublic ReferenceMethod getUnbind()
ReferenceMethodsnull.getUnbind in interface ReferenceMethodspublic ReferenceMethod getUpdated()
ReferenceMethodsnull.getUpdated in interface ReferenceMethodspublic InitReferenceMethod getInit()
ReferenceMethodsnullgetInit in interface ReferenceMethods