-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection.Converter
public class PdlInitFile.Companion implements AttributeCollection.Converter<PdlInitFile>
Defines types for each member of PdlInitFile.
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<PdlInitFile>clsprivate final PdlInitFile.CompanionTypesprivate final NameTypepdlInitFileEntryprivate final UriTypepdlInitFileLocationprivate final NameTypepdlInitFileNamepublic final static PdlInitFile.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description PdlInitFileconvert(List<Attribute<?>> attributes)Progressively convert attributes into the destination type Class<PdlInitFile>getCls()Class of T. final PdlInitFile.CompaniongetTypes()final NameTypegetPdlInitFileEntry()final UriTypegetPdlInitFileLocation()final NameTypegetPdlInitFileName()-
Methods inherited from class com.hp.jipp.model.PdlInitFile.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
PdlInitFile convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type
-
getCls
Class<PdlInitFile> getCls()
Class of T.
-
getTypes
final PdlInitFile.Companion getTypes()
-
getPdlInitFileEntry
final NameType getPdlInitFileEntry()
-
getPdlInitFileLocation
final UriType getPdlInitFileLocation()
-
getPdlInitFileName
final NameType getPdlInitFileName()
-
-
-
-