|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IBuffer.TransportOverride>
gr.uoa.di.madgik.grs.buffer.IBuffer.TransportOverride
public static enum IBuffer.TransportOverride
During remote transport of an item payload, the defined IBuffer.TransportDirective
can be overridden
to request a different behavior. This enumeration defines when this override needs to take place.
Enum Constant Summary | |
---|---|
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 |
Method Summary | |
---|---|
static IBuffer.TransportOverride |
valueOf(java.lang.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. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IBuffer.TransportOverride Override
IBuffer.TransportDirective
defined for it
was IBuffer.TransportDirective.Full
public static final IBuffer.TransportOverride Defined
IBuffer.TransportDirective
is needed
Method Detail |
---|
public static IBuffer.TransportOverride[] values()
for (IBuffer.TransportOverride c : IBuffer.TransportOverride.values()) System.out.println(c);
public static IBuffer.TransportOverride valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |