Class OpinionEnum
java.lang.Object
security.whisper.javastix.vocabulary.vocabularies.OpinionEnum
- All Implemented Interfaces:
StixVocabulary
Opinion Enum is an enumeration that captures different levels of agreement or disagreement.
These values are defined by the STIX 2.1 specification and are fixed (not open).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet all default termsgetAllTermsWithAdditional(String[] terms) Get all default terms and append some additional terms
-
Constructor Details
-
OpinionEnum
public OpinionEnum()
-
-
Method Details
-
getAllTerms
Description copied from interface:StixVocabularyGet all default terms- Specified by:
getAllTermsin interfaceStixVocabulary
-
getAllTermsWithAdditional
Description copied from interface:StixVocabularyGet all default terms and append some additional terms- Specified by:
getAllTermsWithAdditionalin interfaceStixVocabulary
-