Package com.sun.tools.corba.ee.idl
Interface InterfaceType
-
- All Known Implementing Classes:
ForwardEntry
,ForwardValueEntry
,InterfaceEntry
,ValueBoxEntry
,ValueEntry
public interface InterfaceType
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABSTRACT
static int
LOCAL
static int
LOCAL_SIGNATURE_ONLY
static int
LOCALSERVANT
static int
NORMAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getInterfaceType()
void
setInterfaceType(int type)
-
-
-
Field Detail
-
NORMAL
static final int NORMAL
- See Also:
- Constant Field Values
-
ABSTRACT
static final int ABSTRACT
- See Also:
- Constant Field Values
-
LOCAL
static final int LOCAL
- See Also:
- Constant Field Values
-
LOCALSERVANT
static final int LOCALSERVANT
- See Also:
- Constant Field Values
-
LOCAL_SIGNATURE_ONLY
static final int LOCAL_SIGNATURE_ONLY
- See Also:
- Constant Field Values
-
-