Packageat.fhjoanneum.dmt.umj.core.content.entities
Classpublic class Tag
InheritanceTag Inheritance GenericEntity Inheritance Object

This is a Subclass of GenericEntity and represents one Tag that is mostly used for linking certain ContentElements to RFID-Tags or Keyboard Inputs



Public Properties
 PropertyDefined By
 InheritedelementID : String
[read-only]
GenericEntity
  tag : String
[read-only]
Tag
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
  
Tag(linkedID:String, linkedTag:String)
Tag
  
Tag
 Inherited
rewriteElementID(newElementID:String):void
rewrites the id.
GenericEntity
  
rewriteItemContent(toset_elementID:String, toset_tag:String):void
Tag
Property Detail
tagproperty
tag:String  [read-only]


Implementation
    public function get tag():String
Constructor Detail
Tag()Constructor
public function Tag(linkedID:String, linkedTag:String)



Parameters
linkedID:String
 
linkedTag:String
Method Detail
getXMLNodeRepresentation()method
public function getXMLNodeRepresentation():String

Returns
String
rewriteItemContent()method 
public function rewriteItemContent(toset_elementID:String, toset_tag:String):void

Parameters

toset_elementID:String
 
toset_tag:String