public interface InterfaceType
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACT |
static int |
LOCAL |
static int |
LOCAL_SIGNATURE_ONLY |
static int |
LOCALSERVANT |
static int |
NORMAL |
Modifier and Type | Method and Description |
---|---|
int |
getInterfaceType() |
void |
setInterfaceType(int type) |
static final int NORMAL
static final int ABSTRACT
static final int LOCAL
static final int LOCALSERVANT
static final int LOCAL_SIGNATURE_ONLY
Copyright © 2017 JBoss by Red Hat. All rights reserved.