-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection.Converter
public class DestinationUris.Companion implements AttributeCollection.Converter<DestinationUris>
Defines types for each member of DestinationUris.
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<DestinationUris>clsprivate final DestinationUris.CompanionTypesprivate final UntypedCollection.SetTypedestinationAttributesprivate final UriTypedestinationUriprivate final TextTypepostDialStringprivate final TextTypepreDialStringprivate final IntTypet33Subaddresspublic final static DestinationUris.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description DestinationUrisconvert(List<Attribute<?>> attributes)Progressively convert attributes into the destination type Class<DestinationUris>getCls()Class of T. final DestinationUris.CompaniongetTypes()final UntypedCollection.SetTypegetDestinationAttributes()final UriTypegetDestinationUri()final TextTypegetPostDialString()final TextTypegetPreDialString()final IntTypegetT33Subaddress()-
Methods inherited from class com.hp.jipp.model.DestinationUris.Companion
coerced, extractAll, extractOne -
Methods inherited from class com.hp.jipp.encoding.AttributeCollection.Converter
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
convert
DestinationUris convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type
-
getCls
Class<DestinationUris> getCls()
Class of T.
-
getTypes
final DestinationUris.Companion getTypes()
-
getDestinationAttributes
final UntypedCollection.SetType getDestinationAttributes()
-
getDestinationUri
final UriType getDestinationUri()
-
getPostDialString
final TextType getPostDialString()
-
getPreDialString
final TextType getPreDialString()
-
getT33Subaddress
final IntType getT33Subaddress()
-
-
-
-