-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classIppTag.Companion
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description final BooleanisDelimiterTag()final BooleanisGroupTag()final BooleanisValueTag()final BooleanisOutOfBandTag()final BooleanisMemberAttrName()final BooleanisMemberAttrValue()final Booleanis ValueTag and is not OutOfBandTag()StringtoString()final StringregisteredSyntax()final UnitvalidateValueClass(Object value)final IppTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<IppTag>values()Returns an array containing the constants of this enum type, in the order they're declared. final BytegetCode()final StringgetRegisteredName()final Function1<Object, Boolean>getValueHasValidClass()-
-
Method Detail
-
isDelimiterTag
final Boolean isDelimiterTag()
-
isGroupTag
final Boolean isGroupTag()
-
isValueTag
final Boolean isValueTag()
-
isOutOfBandTag
final Boolean isOutOfBandTag()
-
isMemberAttrName
final Boolean isMemberAttrName()
-
isMemberAttrValue
final Boolean isMemberAttrValue()
-
is ValueTag and is not OutOfBandTag
final Boolean is ValueTag and is not OutOfBandTag()
-
registeredSyntax
final String registeredSyntax()
-
validateValueClass
final Unit validateValueClass(Object value)
-
valueOf
final IppTag valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<IppTag> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getRegisteredName
final String getRegisteredName()
-
getValueHasValidClass
final Function1<Object, Boolean> getValueHasValidClass()
-
-
-
-