lumis.portal.structure.sync.model.channel
Enum Channel.Protocol
java.lang.Object
java.lang.Enum<Channel.Protocol>
lumis.portal.structure.sync.model.channel.Channel.Protocol
- All Implemented Interfaces:
- Serializable, Comparable<Channel.Protocol>
- Enclosing class:
- Channel
public static enum Channel.Protocol
- extends Enum<Channel.Protocol>
INHERIT
public static final Channel.Protocol INHERIT
HTTP
public static final Channel.Protocol HTTP
HTTPS
public static final Channel.Protocol HTTPS
ALL
public static final Channel.Protocol ALL
values
public static Channel.Protocol[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (Channel.Protocol c : Channel.Protocol.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static Channel.Protocol valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Lumisportal 6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.