public enum UrlPathHint extends java.lang.Enum<UrlPathHint> implements EcosystemHint
| Enum Constant and Description |
|---|
ELIXIR
Elixir hint.
|
NPM
Node.js hint.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEcosystem()
Returns the ecosystem.
|
java.lang.String |
getKeyword() |
EcosystemHintNature |
getNature()
Returns the nature of the ecosystem hint.
|
java.lang.String |
getValue()
Returns the value.
|
static UrlPathHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UrlPathHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UrlPathHint ELIXIR
public static final UrlPathHint NPM
public static UrlPathHint[] values()
for (UrlPathHint c : UrlPathHint.values()) System.out.println(c);
public static UrlPathHint 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 getEcosystem()
EcosystemHintgetEcosystem in interface EcosystemHintpublic java.lang.String getKeyword()
public EcosystemHintNature getNature()
EcosystemHintgetNature in interface EcosystemHintpublic java.lang.String getValue()
EcosystemHintgetValue in interface EcosystemHintCopyright© 2012-21 Jeremy Long. All Rights Reserved.