public static enum Utils.ArtifactType extends Enum<Utils.ArtifactType>
| Enum Constant and Description |
|---|
API |
ENDPOINT |
INBOUND_ENDPOINT |
LOCAL_ENTRY |
MESSAGE_PROCESSOR |
MESSAGE_STORES |
PROXY |
SEQUENCE |
TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
String |
getDirName() |
static Utils.ArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Utils.ArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Utils.ArtifactType API
public static final Utils.ArtifactType ENDPOINT
public static final Utils.ArtifactType INBOUND_ENDPOINT
public static final Utils.ArtifactType LOCAL_ENTRY
public static final Utils.ArtifactType MESSAGE_PROCESSOR
public static final Utils.ArtifactType MESSAGE_STORES
public static final Utils.ArtifactType PROXY
public static final Utils.ArtifactType SEQUENCE
public static final Utils.ArtifactType TEMPLATE
public static Utils.ArtifactType[] values()
for (Utils.ArtifactType c : Utils.ArtifactType.values()) System.out.println(c);
public static Utils.ArtifactType 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 getDirName()
Copyright © 2019 WSO2. All rights reserved.