public enum ArtifactType extends Enum<ArtifactType>
Enum Constant and Description |
---|
ALL |
HEAT__TEMPLATES |
HEAT_ENVIRONMENTS |
IMAGES |
MURANO_PACKAGES |
TOSCA_TEMPLATES |
Modifier and Type | Method and Description |
---|---|
String |
value() |
static ArtifactType |
value(String v) |
static ArtifactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactType ALL
public static final ArtifactType HEAT_ENVIRONMENTS
public static final ArtifactType HEAT__TEMPLATES
public static final ArtifactType IMAGES
public static final ArtifactType TOSCA_TEMPLATES
public static final ArtifactType MURANO_PACKAGES
public static ArtifactType[] values()
for (ArtifactType c : ArtifactType.values()) System.out.println(c);
public static 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 value()
public static ArtifactType value(String v)
Copyright © 2017. All rights reserved.