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 Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixEpubLicenseExpression
Raw Format: Variable length text, suggested maximum length 300 charactersthe key of this struct (by which it can be looked up)Raw Format: Variable length text, suggested maximum length 50 characters -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
epubLicenseExpressionType
the key of this struct (by which it can be looked up) -
epubLicenseExpressionTypeName
Raw Format: Variable length text, suggested maximum length 50 characters(type: dt.NonEmptyString)
-
epubLicenseExpressionLink
Raw Format: Variable length text, suggested maximum length 300 characters(type: dt.NonEmptyURI)
-
-
Constructor Details
-
JonixEpubLicenseExpression
public JonixEpubLicenseExpression()
-
-
Method Details
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<LicenseExpressionTypes>
-