Module jonix.common

Class JonixResourceFileFeature

java.lang.Object
com.tectonica.jonix.common.struct.JonixResourceFileFeature
All Implemented Interfaces:
JonixKeyedStruct<ResourceFileFeatureTypes>, JonixStruct, Serializable

public class JonixResourceFileFeature extends Object implements JonixKeyedStruct<ResourceFileFeatureTypes>, Serializable
This class is a JonixStruct that represents Onix3 <ResourceFileFeature>.

It can be retrieved from the composite by invoking its asStruct() method.

See Also:
  • Field Details

    • EMPTY

      public static final JonixResourceFileFeature EMPTY
    • resourceFileFeatureType

      public ResourceFileFeatureTypes resourceFileFeatureType
      the key of this struct (by which it can be looked up)
    • resourceFileFeatureValue

      public String resourceFileFeatureValue
      Raw Format: Dependent on the scheme specified in <ResourceFileFeatureType>

      (type: dt.NonEmptyString)

    • resourceFileFeatureDescriptions

      public List<String> resourceFileFeatureDescriptions
      Raw Format: Variable length text, suggested maximum length 500 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixResourceFileFeature

      public JonixResourceFileFeature()
  • Method Details