Enum Class MCRDCMIType

java.lang.Object
java.lang.Enum<MCRDCMIType>
org.mycore.iiif.presentation.model.attributes.MCRDCMIType
All Implemented Interfaces:
Serializable, Comparable<MCRDCMIType>, java.lang.constant.Constable

public enum MCRDCMIType extends Enum<MCRDCMIType>
See Also:
  • Enum Constant Details

    • Collection

      public static final MCRDCMIType Collection
      An aggregation of resources. A collection is described as a group; its parts may also be separately described.
    • Dataset

      public static final MCRDCMIType Dataset
      Data encoded in a defined structure. Examples include lists, tables, and databases. A dataset may be useful for direct machine processing.
    • Event

      public static final MCRDCMIType Event
      A non-persistent, time-based occurrence. Metadata for an event provides descriptive information that is the basis for discovery of the purpose, location, duration, and responsible agents associated with an event. Examples include an exhibition, webcast, conference, workshop, open day, performance, battle, trial, wedding, tea party, conflagration.
    • Image

      public static final MCRDCMIType Image
      A visual representation other than text. Examples include images and photographs of physical objects, paintings, prints, drawings, other images and graphics, animations and moving pictures, film, diagrams, maps, musical notation. Note that Image may include both electronic and physical representations.
    • InteractiveResource

      public static final MCRDCMIType InteractiveResource
      A resource requiring interaction from the user to be understood, executed, or experienced. Examples include forms on Web pages, applets, multimedia learning objects, chat services, or virtual reality environments.
    • MovingImage

      public static final MCRDCMIType MovingImage
      A series of visual representations imparting an impression of motion when shown in succession. Examples include animations, movies, television programs, videos, zoetropes, or visual output from a simulation. Instances of the type Moving Image must also be describable as instances of the broader type Image.
    • PhysicalObject

      public static final MCRDCMIType PhysicalObject
      An inanimate, three-dimensional object or substance. Note that digital representations of, or surrogates for, these objects should use Image, Text or one of the other types.
    • Service

      public static final MCRDCMIType Service
      A system that provides one or more functions. Examples include a photocopying service, a banking service, an authentication service, interlibrary loans, a Z39.50 or Web server.
    • Software

      public static final MCRDCMIType Software
      A computer program in source or compiled form. Examples include a C source file, MS-Windows .exe executable, or Perl script.
    • Sound

      public static final MCRDCMIType Sound
      A resource primarily intended to be heard. Examples include a music playback file format, an audio compact disc, and recorded speech or sounds.
    • StillImage

      public static final MCRDCMIType StillImage
      A static visual representation. Examples include paintings, drawings, graphic designs, plans and maps. Recommended best practice is to assign the type Text to images of textual materials. Instances of the type Still Image must also be describable as instances of the broader type Image.
    • Text

      public static final MCRDCMIType Text
      A resource consisting primarily of words for reading. Examples include books, letters, dissertations, poems, newspapers, articles, archives of mailing lists. Note that facsimiles or images of texts are still of the genre Text.
  • Method Details

    • values

      public static MCRDCMIType[] 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

      public static MCRDCMIType valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<MCRDCMIType>