java.lang.Object
com.tectonica.jonix.common.struct.JonixResourceVersionFeature
- All Implemented Interfaces:
JonixKeyedStruct<ResourceVersionFeatureTypes>
,JonixStruct
,Serializable
public class JonixResourceVersionFeature
extends Object
implements JonixKeyedStruct<ResourceVersionFeatureTypes>, Serializable
This class is a
JonixStruct
that represents Onix3 <ResourceVersionFeature>
.
It can be retrieved from the composite by invoking its asStruct()
method.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixResourceVersionFeature
Raw Format: Variable length text, suggested maximum length 300 characters.Raw Format: Dependent on the scheme specified in <ResourceFeatureType>the key of this struct (by which it can be looked up) -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
resourceVersionFeatureType
the key of this struct (by which it can be looked up) -
featureValue
Raw Format: Dependent on the scheme specified in <ResourceFeatureType>(type: dt.NonEmptyString)
-
featureNotes
Raw Format: Variable length text, suggested maximum length 300 characters. XHTML is enabled in this element - see Using XHTML, HTML, XML, JSON within ONIX text fields(type: XHTML)
-
-
Constructor Details
-
JonixResourceVersionFeature
public JonixResourceVersionFeature()
-
-
Method Details
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<ResourceVersionFeatureTypes>
-