public enum ApiPlatformSourceTypeEnum extends Enum<ApiPlatformSourceTypeEnum>
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ApiPlatformSourceTypeEnum candidate) |
String |
getName() |
static ApiPlatformSourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiPlatformSourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiPlatformSourceTypeEnum HTTP
public static final ApiPlatformSourceTypeEnum NONHTTP
public static final ApiPlatformSourceTypeEnum RAML
public static final ApiPlatformSourceTypeEnum WSDL
public static ApiPlatformSourceTypeEnum[] values()
for (ApiPlatformSourceTypeEnum c : ApiPlatformSourceTypeEnum.values()) System.out.println(c);
public static ApiPlatformSourceTypeEnum 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 nullpublic String getName()
public boolean equals(ApiPlatformSourceTypeEnum candidate)
Copyright © 2014–2023 MuleSoft, Inc.. All rights reserved.