//Artefact:JavaClass/com/sphenon/modelling/xmodel/PresentationRelationship
Synopsis
public final PresentationRelationship
extends Enum
Reference
(for rendering expectations/interpretation, see VUIEquipmentInterpreter)
valid for attributes and associations:
Part
The element is a normal, relevant, visible part of it's container.
Aside
Additional information, not directly associated with content.
E.g History of country x as content, aside country has 1000 citicens
Attachment
Supplementary information attached to content, but not visible in pane
// Detail
// Selected Detail of content, visible
// was macht das? ist das nicht das gleiche wie PresentationImportance/Tightness
// oder geht es um was anderes?
// Companion
// gibt es in vui.xuxf, was ist die Bedeutung?
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationRelationship/Part
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationRelationship Part
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationRelationship/Aside
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationRelationship Aside
//Artefact:Attribute/com/sphenon/modelling/xmodel/PresentationRelationship/Attachment
Synopsis
public static final com.sphenon.modelling.xmodel.PresentationRelationship Attachment
//Artefact:Method/com/sphenon/modelling/xmodel/PresentationRelationship/values
Synopsis
public static com.sphenon.modelling.xmodel.PresentationRelationship[] values ()
//Artefact:Method/com/sphenon/modelling/xmodel/PresentationRelationship/valueOf
Synopsis
public static com.sphenon.modelling.xmodel.PresentationRelationship valueOf (String name)