-
- 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>
cls
private final PdlInitFile.Companion
Types
private final NameType
pdlInitFileEntry
private final UriType
pdlInitFileLocation
private final NameType
pdlInitFileName
public final static PdlInitFile.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description PdlInitFile
convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type Class<PdlInitFile>
getCls()
Class of T. final PdlInitFile.Companion
getTypes()
final NameType
getPdlInitFileEntry()
final UriType
getPdlInitFileLocation()
final NameType
getPdlInitFileName()
-
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()
-
-
-
-