Module jonix.common

Class JonixEpubLicenseExpression

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

public class JonixEpubLicenseExpression extends Object implements JonixKeyedStruct<LicenseExpressionTypes>, Serializable
This class is a JonixStruct that represents Onix3 <EpubLicenseExpression>.

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

See Also:
  • Field Details

    • EMPTY

      public static final JonixEpubLicenseExpression EMPTY
    • epubLicenseExpressionType

      public LicenseExpressionTypes epubLicenseExpressionType
      the key of this struct (by which it can be looked up)
    • epubLicenseExpressionTypeName

      public String epubLicenseExpressionTypeName
      Raw Format: Variable length text, suggested maximum length 50 characters

      (type: dt.NonEmptyString)

  • Constructor Details

    • JonixEpubLicenseExpression

      public JonixEpubLicenseExpression()
  • Method Details