Packageat.fhjoanneum.dmt.umj.core.content.entities
Classpublic class ContentElement
InheritanceContentElement Inheritance GenericEntity Inheritance Object

IMPORTANT FRAMEWORK CLASS: This is a Subclass of GenericEntity and represents one ContentElement (as defined in its XML representation)



Public Properties
 PropertyDefined By
  container : String
[read-only]
ContentElement
 InheritedelementID : String
[read-only]
GenericEntity
  localizedItemCollection : LocalizedItemCollection
[read-only]
ContentElement
  multilingualComponent : MultiLingualComponent
ContentElement
  parentContentBundle : ContentBundle
ContentElement
  parentRelation : Relation
ContentElement
  playheadCollection : PlayheadCollection
[read-only]
ContentElement
  scaling : String
[read-only]
ContentElement
  tagCollection : TagCollection
[read-only]
ContentElement
Protected Properties
 PropertyDefined By
 Inherited_elementID : String
every tag has an id an you can get it - if nothing was specified in the xml it's a default value.
GenericEntity
Public Methods
 MethodDefined By
  
ContentElement(linkedElementID:String, linkedContainer:String, linkedScaling:String)
ContentElement
  
ContentElement
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
  
rewriteScaling(value:String):void
ContentElement
Public Constants
 ConstantDefined By
  NOT_DEFINED_PARAMETER : String = not defined
[static]
ContentElement
Property Detail
containerproperty
container:String  [read-only]


Implementation
    public function get container():String
localizedItemCollectionproperty 
localizedItemCollection:LocalizedItemCollection  [read-only]


Implementation
    public function get localizedItemCollection():LocalizedItemCollection
multilingualComponentproperty 
multilingualComponent:MultiLingualComponent


Implementation
    public function get multilingualComponent():MultiLingualComponent
    public function set multilingualComponent(value:MultiLingualComponent):void
parentContentBundleproperty 
parentContentBundle:ContentBundle


Implementation
    public function get parentContentBundle():ContentBundle
    public function set parentContentBundle(value:ContentBundle):void
parentRelationproperty 
parentRelation:Relation


Implementation
    public function get parentRelation():Relation
    public function set parentRelation(value:Relation):void
playheadCollectionproperty 
playheadCollection:PlayheadCollection  [read-only]


Implementation
    public function get playheadCollection():PlayheadCollection
scalingproperty 
scaling:String  [read-only]


Implementation
    public function get scaling():String
tagCollectionproperty 
tagCollection:TagCollection  [read-only]


Implementation
    public function get tagCollection():TagCollection
Constructor Detail
ContentElement()Constructor
public function ContentElement(linkedElementID:String, linkedContainer:String, linkedScaling:String)



Parameters
linkedElementID:String
 
linkedContainer:String
 
linkedScaling:String (default = NaN)
Method Detail
getXMLNodeRepresentation()method
public function getXMLNodeRepresentation():String

Returns
String
rewriteScaling()method 
public function rewriteScaling(value:String):void

Parameters

value:String

Constant Detail
NOT_DEFINED_PARAMETERConstant
public static const NOT_DEFINED_PARAMETER:String = not defined