Interface | Description |
---|---|
BitwiseEnum<T extends java.lang.Enum<T>> |
Represents an enumeration that can be treated as a bit field; that is, a set of flags.
|
FlagEnum<T extends java.lang.Enum<T>> |
An interface for enum that can be combined to a
set based on an integer value
|
Class | Description |
---|---|
EnumUtils |
Several helper methods to convert integer flag (sets)
into enum (sets)
|
Enum | Description |
---|---|
BindingFlags |
Represents java equivalent of the .Net BindingFlags enum type which controls binding and the way in which the search
for members and types is conducted by .Net reflection
|
TypeCode |
Represents java equivalent of the .Net TypeCode enum type which represents the type code of a .Net object
|
WsdlProtocol |
WsdlProtocol also known as SOAP (Simple Object Access Protocol) is an XML-based protocol for accessing web services over HTTP.
|