-
- All Implemented Interfaces:
public class IppRegistrationsSection4Copyright (c) 2020-2024 Gerhard Muth
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classIppRegistrationsSection4.KeywordAttributeValue
-
Field Summary
Fields Modifier and Type Field Description private final CSVTable<IppRegistrationsSection4.KeywordAttributeValue>allKeywordAttributeValuesTableprivate final List<IppRegistrationsSection4.KeywordAttributeValue>allKeywordAttributeValuespublic final static IppRegistrationsSection4INSTANCE
-
Method Summary
Modifier and Type Method Description final List<IppRegistrationsSection4.KeywordAttributeValue>getKeywordAttributeValuesForAttribute(String attribute)final List<String>getKeywordValuesForAttribute(String attribute)final UnitlistAllAttributes()final UnitlistKeywordValuesForAttribute(String attribute)final CSVTable<IppRegistrationsSection4.KeywordAttributeValue>getAllKeywordAttributeValuesTable()final List<IppRegistrationsSection4.KeywordAttributeValue>getAllKeywordAttributeValues()-
-
Method Detail
-
getKeywordAttributeValuesForAttribute
final List<IppRegistrationsSection4.KeywordAttributeValue> getKeywordAttributeValuesForAttribute(String attribute)
-
getKeywordValuesForAttribute
final List<String> getKeywordValuesForAttribute(String attribute)
-
listAllAttributes
final Unit listAllAttributes()
-
listKeywordValuesForAttribute
final Unit listKeywordValuesForAttribute(String attribute)
-
getAllKeywordAttributeValuesTable
final CSVTable<IppRegistrationsSection4.KeywordAttributeValue> getAllKeywordAttributeValuesTable()
-
getAllKeywordAttributeValues
final List<IppRegistrationsSection4.KeywordAttributeValue> getAllKeywordAttributeValues()
-
-
-
-