Uses of Class
com.sun.tools.corba.ee.idl.InterfaceState
-
Packages that use InterfaceState Package Description com.sun.tools.corba.ee.idl -
-
Uses of InterfaceState in com.sun.tools.corba.ee.idl
Fields in com.sun.tools.corba.ee.idl with type parameters of type InterfaceState Modifier and Type Field Description private java.util.Vector<InterfaceState>
InterfaceEntry. _state
Methods in com.sun.tools.corba.ee.idl that return types with arguments of type InterfaceState Modifier and Type Method Description java.util.Vector<InterfaceState>
InterfaceEntry. state()
This method returns a vector of the elements in the state block.Methods in com.sun.tools.corba.ee.idl with parameters of type InterfaceState Modifier and Type Method Description void
InterfaceEntry. addStateElement(InterfaceState state, Scanner scanner)
-