public enum GoDependencyManager extends Enum<GoDependencyManager>
| Modifier and Type | Method and Description |
|---|---|
static GoDependencyManager |
getFromType(String type) |
String |
getType() |
static GoDependencyManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoDependencyManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoDependencyManager DEP
public static final GoDependencyManager GO_DEP
public static final GoDependencyManager VNDR
public static GoDependencyManager[] values()
for (GoDependencyManager c : GoDependencyManager.values()) System.out.println(c);
public static GoDependencyManager 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 getType()
public static GoDependencyManager getFromType(String type)
Copyright © 2014–2020 Checkmarx. All rights reserved.