-
- All Implemented Interfaces:
-
com.hp.jipp.encoding.AttributeCollection.Converter
public class MediaCol.MediaSourceProperties.Companion implements AttributeCollection.Converter<MediaCol.MediaSourceProperties>
Defines types for each member of MediaSourceProperties.
-
-
Field Summary
Fields Modifier and Type Field Description private final Class<MediaCol.MediaSourceProperties>
cls
private final MediaCol.MediaSourceProperties.Companion
Types
private final KeywordType
mediaSourceFeedDirection
private final Orientation.Type
mediaSourceFeedOrientation
public final static MediaCol.MediaSourceProperties.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description MediaCol.MediaSourceProperties
convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type Class<MediaCol.MediaSourceProperties>
getCls()
Class of T. final MediaCol.MediaSourceProperties.Companion
getTypes()
final KeywordType
getMediaSourceFeedDirection()
final Orientation.Type
getMediaSourceFeedOrientation()
"media-source-feed-orientation" member type. -
Methods inherited from class com.hp.jipp.model.MediaCol.MediaSourceProperties.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
MediaCol.MediaSourceProperties convert(List<Attribute<?>> attributes)
Progressively convert attributes into the destination type
-
getCls
Class<MediaCol.MediaSourceProperties> getCls()
Class of T.
-
getTypes
final MediaCol.MediaSourceProperties.Companion getTypes()
-
getMediaSourceFeedDirection
final KeywordType getMediaSourceFeedDirection()
-
getMediaSourceFeedOrientation
final Orientation.Type getMediaSourceFeedOrientation()
"media-source-feed-orientation" member type.
-
-
-
-