public interface BlockSignature
Modifier and Type | Field and Description |
---|---|
static int |
GETTER |
static int |
INIT |
static int |
READ |
static int |
RECEIVE |
static int |
SEND |
static int |
SETTER |
static int |
SHOW |
static int |
SYSTEM_SOURCE |
static int |
UNKNOWN |
static int |
USER_SOURCE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getTypeCode() |
static final int INIT
static final int RECEIVE
static final int READ
static final int SHOW
static final int SEND
static final int SETTER
static final int GETTER
static final int UNKNOWN
static final int USER_SOURCE
static final int SYSTEM_SOURCE
Copyright © 2013. All Rights Reserved.