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 Summary
FieldsModifier and TypeFieldDescriptionstatic final JonixResourceFileFeature
Raw Format: Variable length text, suggested maximum length 500 charactersthe key of this struct (by which it can be looked up)Raw Format: Dependent on the scheme specified in <ResourceFileFeatureType> -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EMPTY
-
resourceFileFeatureType
the key of this struct (by which it can be looked up) -
resourceFileFeatureValue
Raw Format: Dependent on the scheme specified in <ResourceFileFeatureType>(type: dt.NonEmptyString)
-
resourceFileFeatureDescriptions
Raw Format: Variable length text, suggested maximum length 500 characters(type: dt.NonEmptyString)
-
-
Constructor Details
-
JonixResourceFileFeature
public JonixResourceFileFeature()
-
-
Method Details
-
key
- Specified by:
key
in interfaceJonixKeyedStruct<ResourceFileFeatureTypes>
-