public enum SPluginBundleType extends Enum<SPluginBundleType>
| Modifier and Type | Method and Description |
|---|---|
int |
getOrdinal() |
static SPluginBundleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPluginBundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPluginBundleType MAVEN
public static final SPluginBundleType GITHUB
public static final SPluginBundleType LOCAL
public static final SPluginBundleType LOCAL_DEV
public static SPluginBundleType[] values()
for (SPluginBundleType c : SPluginBundleType.values()) System.out.println(c);
public static SPluginBundleType 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 int getOrdinal()
Copyright © 2018 OpenSource BIM. All rights reserved.