Uses of Enum
com.sun.corba.ee.spi.orb.ORB.DebugFlagResult
Packages that use ORB.DebugFlagResult
-
Uses of ORB.DebugFlagResult in com.sun.corba.ee.spi.orb
Subclasses with type arguments of type ORB.DebugFlagResult in com.sun.corba.ee.spi.orbMethods in com.sun.corba.ee.spi.orb that return ORB.DebugFlagResultModifier and TypeMethodDescriptionORB.clearDebugFlag(String name) ORB.clearDebugFlags(String... names) ORB.setDebugFlag(String name) private ORB.DebugFlagResultORB.setDebugFlag(String name, boolean value) private ORB.DebugFlagResultORB.setDebugFlags(boolean flag, String... names) ORB.setDebugFlags(String... names) static ORB.DebugFlagResultReturns the enum constant of this type with the specified name.static ORB.DebugFlagResult[]ORB.DebugFlagResult.values()Returns an array containing the constants of this enum type, in the order they are declared.