Packageat.fhjoanneum.dmt.umj.core.content.entities.presentation
Classpublic class SpecialElement
InheritanceSpecialElement Inheritance GenericEntity Inheritance Object

PRESENTATIONCONTENT ONLY ENTITY: This is a Subclass of GenericEntity and represents one SpecialElement of ONE SINGLE PresentationState (as defined in its XML representation) Please see the presentation identifier for the right texual xml representation of its attributes.



Public Properties
 PropertyDefined By
 InheritedelementID : String
[read-only]
GenericEntity
  key : String
[read-only]
SpecialElement
  value : String
[read-only]
SpecialElement
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
  
SpecialElement(elementID:String, key:String, value:String)
SpecialElement
  
SpecialElement
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
Property Detail
keyproperty
key:String  [read-only]


Implementation
    public function get key():String
valueproperty 
value:String  [read-only]


Implementation
    public function get value():String
Constructor Detail
SpecialElement()Constructor
public function SpecialElement(elementID:String, key:String, value:String)



Parameters
elementID:String
 
key:String
 
value:String
Method Detail
getXMLNodeRepresentation()method
public function getXMLNodeRepresentation():String

Returns
String