public static enum RemoteHttpConfig.Protocol extends java.lang.Enum<RemoteHttpConfig.Protocol>
Modifier and Type | Method and Description |
---|---|
static RemoteHttpConfig.Protocol |
getEnum(java.lang.String str) |
java.lang.String |
toString() |
static RemoteHttpConfig.Protocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteHttpConfig.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteHttpConfig.Protocol HTTP
public static final RemoteHttpConfig.Protocol HTTPS
public static RemoteHttpConfig.Protocol[] values()
for (RemoteHttpConfig.Protocol c : RemoteHttpConfig.Protocol.values()) System.out.println(c);
public static RemoteHttpConfig.Protocol 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 namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<RemoteHttpConfig.Protocol>
public static RemoteHttpConfig.Protocol getEnum(java.lang.String str)
Copyright © 2021 Dassault Systèmes, All Rights Reserved.