public static enum IBuffer.TransportOverride extends Enum<IBuffer.TransportOverride>
IBuffer.TransportDirective can be overridden
to request a different behavior. This enumeration defines when this override needs to take place.| Enum Constant and Description |
|---|
Defined
No override to the originally defined
IBuffer.TransportDirective is needed |
Override
The component should behave as if the
IBuffer.TransportDirective defined for it
was IBuffer.TransportDirective.Full |
| Modifier and Type | Method and Description |
|---|---|
static IBuffer.TransportOverride |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBuffer.TransportOverride[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBuffer.TransportOverride Override
IBuffer.TransportDirective defined for it
was IBuffer.TransportDirective.Fullpublic static final IBuffer.TransportOverride Defined
IBuffer.TransportDirective is neededpublic static IBuffer.TransportOverride[] values()
for (IBuffer.TransportOverride c : IBuffer.TransportOverride.values()) System.out.println(c);
public static IBuffer.TransportOverride valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2014. All Rights Reserved.