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 intABSTRACTstatic intLOCALstatic intLOCAL_SIGNATURE_ONLYstatic intLOCALSERVANTstatic intNORMAL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetInterfaceType()voidsetInterfaceType(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
-
-