-
- 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>clsprivate final MediaCol.MediaSourceProperties.CompanionTypesprivate final KeywordTypemediaSourceFeedDirectionprivate final Orientation.TypemediaSourceFeedOrientationpublic final static MediaCol.MediaSourceProperties.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description MediaCol.MediaSourcePropertiesconvert(List<Attribute<?>> attributes)Progressively convert attributes into the destination type Class<MediaCol.MediaSourceProperties>getCls()Class of T. final MediaCol.MediaSourceProperties.CompaniongetTypes()final KeywordTypegetMediaSourceFeedDirection()final Orientation.TypegetMediaSourceFeedOrientation()"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.
-
-
-
-