public static enum CatalogVersionModelMother.CatalogVersion extends java.lang.Enum<CatalogVersionModelMother.CatalogVersion>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getVersion() |
static CatalogVersionModelMother.CatalogVersion |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CatalogVersionModelMother.CatalogVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogVersionModelMother.CatalogVersion ONLINE
public static final CatalogVersionModelMother.CatalogVersion STAGED
public static final CatalogVersionModelMother.CatalogVersion STAGED1
public static final CatalogVersionModelMother.CatalogVersion STAGED2
public static CatalogVersionModelMother.CatalogVersion[] values()
for (CatalogVersionModelMother.CatalogVersion c : CatalogVersionModelMother.CatalogVersion.values()) System.out.println(c);
public static CatalogVersionModelMother.CatalogVersion 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 getVersion()
Copyright © 2018 SAP SE. All Rights Reserved.