Uses of Class
org.n52.shetland.inspire.InspireMandatoryKeywordValue
-
Packages that use InspireMandatoryKeywordValue Package Description org.n52.shetland.inspire -
-
Uses of InspireMandatoryKeywordValue in org.n52.shetland.inspire
Methods in org.n52.shetland.inspire that return InspireMandatoryKeywordValue Modifier and Type Method Description InspireMandatoryKeywordValueInspireMandatoryKeyword. getKeywordValue()static InspireMandatoryKeywordValueInspireMandatoryKeywordValue. valueOf(String name)Returns the enum constant of this type with the specified name.static InspireMandatoryKeywordValue[]InspireMandatoryKeywordValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.n52.shetland.inspire with parameters of type InspireMandatoryKeywordValue Modifier and Type Method Description protected voidInspireMandatoryKeyword. setKeywordValue(InspireMandatoryKeywordValue keywordValue)Constructors in org.n52.shetland.inspire with parameters of type InspireMandatoryKeywordValue Constructor Description InspireMandatoryKeyword(InspireMandatoryKeywordValue keywordValue)constructorInspireMandatoryKeyword(InspireMandatoryKeywordValue keywordValue, InspireOriginatingControlledVocabulary originatingControlledVocabulary)constructor
-