Interface FormatXML1RuntimeChildType.FormatXML1RuntimeChildTagsType
-
- All Superinterfaces:
FormatXML1RuntimeChildType
- All Known Implementing Classes:
FormatXML1RuntimeChildTags
- Enclosing interface:
- FormatXML1RuntimeChildType
@Immutable public static interface FormatXML1RuntimeChildType.FormatXML1RuntimeChildTagsType extends FormatXML1RuntimeChildType
The tags element.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.io7m.coffeepick.runtime.format.xml.FormatXML1RuntimeChildType
FormatXML1RuntimeChildType.FormatXML1RuntimeChildBuildType, FormatXML1RuntimeChildType.FormatXML1RuntimeChildHashType, FormatXML1RuntimeChildType.FormatXML1RuntimeChildTagsType, FormatXML1RuntimeChildType.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FormatXML1RuntimeChildType.Kindkind()java.util.Set<java.lang.String>tags()
-
-
-
Method Detail
-
kind
default FormatXML1RuntimeChildType.Kind kind()
- Specified by:
kindin interfaceFormatXML1RuntimeChildType- Returns:
- The kind of child
-
tags
@Parameter java.util.Set<java.lang.String> tags()
- Returns:
- The set of tags
-
-