- All Implemented Interfaces:
OnixCodelist
,Serializable
,Comparable<ResourceFeatures>
,Constable
Enum
that corresponds to ONIX Codelist 256
Description: Resource feature code
JONIX adds: Not included in Onix2
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface com.tectonica.jonix.common.OnixCodelist
OnixCodelist.Pair
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionShows back cover only (or equivalent for non-book products or packaging)Shows front cover only (or equivalent for non-book products or packaging)Shows spine only (or equivalent for non-book products or packaging)Shows back cover, spine and top edge of pages (or equivalent for non-book products or packaging)Shows back cover, foredge and top edge of pages (or equivalent for non-book products or packaging)Shows back cover and foredge (or equivalent for non-book products or packaging)Shows back cover and spine (or equivalent for non-book products or packaging)Product or product packaging is closed, or no significant interior detail is visibleShows front cover, spine and top edge of pages (or equivalent for non-book products or packaging)Shows front cover, foredge and top edge of pages (or equivalent for non-book products or packaging)Shows front cover and foredge (or equivalent for non-book products or packaging)Shows front cover and spine (or equivalent for non-book products or packaging)Product is horizontal (eg lying on table)Product or product packaging is open, showing at least some interior detail (eg of the page content of a book)Product is vertical (eg standing on table)Image shows product in final form (eg an assembled toy or model, completed puzzle)Image shows part of product, for example inside pages of a book or detail of part of a toyImage shows multiple copies of the product, or multiple related productsImage shows product (with or without packaging) and accessory items not included with productImage shows retail product only, in packagingImage shows product in use by a person or peopleImage shows retail product only, without packaging -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceFeatures
static Optional<ResourceFeatures>
byCodeOptional
(String code) static String
codeToDesciption
(String code) getCode()
static ResourceFeatures
Returns the enum constant of this class with the specified name.static ResourceFeatures[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface com.tectonica.jonix.common.OnixCodelist
pair
-
Enum Constant Details
-
Image_shows_product_in_packaging
Image shows retail product only, in packaging -
Image_shows_product_without_packaging
Image shows retail product only, without packaging -
Image_shows_product_and_accessories
Image shows product (with or without packaging) and accessory items not included with product -
Image_shows_assembled_product
Image shows product in final form (eg an assembled toy or model, completed puzzle) -
Image_shows_product_in_use
Image shows product in use by a person or people -
Image_shows_multiple_products
Image shows multiple copies of the product, or multiple related products -
Image_shows_detail_of_product
Image shows part of product, for example inside pages of a book or detail of part of a toy -
_3D_perspective_front
Shows front cover, spine and top edge of pages (or equivalent for non-book products or packaging) -
_3D_perspective_back
Shows back cover, spine and top edge of pages (or equivalent for non-book products or packaging) -
_3D_perspective_front_foredge
Shows front cover, foredge and top edge of pages (or equivalent for non-book products or packaging) -
_3D_perspective_back_foredge
Shows back cover, foredge and top edge of pages (or equivalent for non-book products or packaging) -
_3D_perspective_front_low
Shows front cover and spine (or equivalent for non-book products or packaging) -
_3D_perspective_back_low
Shows back cover and spine (or equivalent for non-book products or packaging) -
_3D_perspective_front_foredge_low
Shows front cover and foredge (or equivalent for non-book products or packaging) -
_3D_perspective_back_foredge_low
Shows back cover and foredge (or equivalent for non-book products or packaging) -
_2D_front
Shows front cover only (or equivalent for non-book products or packaging) -
_2D_back
Shows back cover only (or equivalent for non-book products or packaging) -
_2D_spine
Shows spine only (or equivalent for non-book products or packaging) -
_3D_perspective_horizontal
Product is horizontal (eg lying on table) -
_3D_perspective_vertical
Product is vertical (eg standing on table) -
_3D_perspective_open
Product or product packaging is open, showing at least some interior detail (eg of the page content of a book) -
_3D_perspective_closed
Product or product packaging is closed, or no significant interior detail is visible
-
-
Field Details
-
code
-
description
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getCode
- Specified by:
getCode
in interfaceOnixCodelist
-
getDescription
- Specified by:
getDescription
in interfaceOnixCodelist
-
byCode
-
byCodeOptional
-
codeToDesciption
-