public enum DescriptionKeywordHint extends java.lang.Enum<DescriptionKeywordHint> implements EcosystemHint
| Enum Constant and Description |
|---|
BUFFER_OVERFLOW
Description text to identify native ecosystems.
|
BUFFER_OVERFLOWS
Description text to identify native ecosystems.
|
DJANGO
The django ecosystem.
|
DRUPAL
The drupal ecosystem (PHP).
|
GRAILS
The grails ecosystem (java).
|
JAVA_EE
The Java ecosystem (Java).
|
JAVA_SE
The Java ecosystem (Java).
|
JOOMLA
The joomla ecosystem (PHP).
|
JOOMLA_EXCLAMATION_MARK
The joomla ecosystem (PHP).
|
MOODLE
The moodle ecosystem (PHP).
|
NODEJS
The node.js ecosystem.
|
NPM
The NPM Ecosystem (node.js).
|
RUBY_GEM
The ruby ecosystem.
|
TYPO3
The typo3 ecosystem (PHP).
|
WORDPRESS
The word press ecosystem (PHP).
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getEcosystem()
Returns the ecosystem.
|
java.lang.String |
getKeyword()
Returns the keyword.
|
EcosystemHintNature |
getNature()
Returns the nature.
|
java.lang.String |
getValue()
Returns the keyword.
|
static DescriptionKeywordHint |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DescriptionKeywordHint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DescriptionKeywordHint NPM
public static final DescriptionKeywordHint NODEJS
public static final DescriptionKeywordHint GRAILS
public static final DescriptionKeywordHint RUBY_GEM
public static final DescriptionKeywordHint DJANGO
public static final DescriptionKeywordHint BUFFER_OVERFLOW
public static final DescriptionKeywordHint BUFFER_OVERFLOWS
public static final DescriptionKeywordHint WORDPRESS
public static final DescriptionKeywordHint DRUPAL
public static final DescriptionKeywordHint JOOMLA
public static final DescriptionKeywordHint JOOMLA_EXCLAMATION_MARK
public static final DescriptionKeywordHint MOODLE
public static final DescriptionKeywordHint TYPO3
public static final DescriptionKeywordHint JAVA_SE
public static final DescriptionKeywordHint JAVA_EE
public static DescriptionKeywordHint[] values()
for (DescriptionKeywordHint c : DescriptionKeywordHint.values()) System.out.println(c);
public static DescriptionKeywordHint 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()
getEcosystem in interface EcosystemHintpublic java.lang.String getKeyword()
public EcosystemHintNature getNature()
getNature in interface EcosystemHintpublic java.lang.String getValue()
getValue in interface EcosystemHintCopyright© 2012-21 Jeremy Long. All Rights Reserved.