-
- 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>
cls
private final DestinationUris.Companion
Types
private final UntypedCollection.SetType
destinationAttributes
private final UriType
destinationUri
private final TextType
postDialString
private final TextType
preDialString
private final IntType
t33Subaddress
public final static DestinationUris.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description DestinationUris
convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type Class<DestinationUris>
getCls()
Class of T. final DestinationUris.Companion
getTypes()
final UntypedCollection.SetType
getDestinationAttributes()
final UriType
getDestinationUri()
final TextType
getPostDialString()
final TextType
getPreDialString()
final IntType
getT33Subaddress()
-
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()
-
-
-
-