pt.tumba.parser.swf
Class ExportedSymbol

java.lang.Object
  extended by pt.tumba.parser.swf.ExportedSymbol

public class ExportedSymbol
extends java.lang.Object

Information about a symbol exported from the movie

Author:
unknown

Field Summary
protected  java.lang.String exportName
          Description of the Field
protected  Symbol symbol
          Description of the Field
 
Constructor Summary
protected ExportedSymbol(Symbol s, java.lang.String name)
          Constructor for the ExportedSymbol object
 
Method Summary
 java.lang.String getExportName()
          Gets the exportName attribute of the ExportedSymbol object
 Symbol getSymbol()
          Gets the symbol attribute of the ExportedSymbol object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

symbol

protected Symbol symbol
Description of the Field


exportName

protected java.lang.String exportName
Description of the Field

Constructor Detail

ExportedSymbol

protected ExportedSymbol(Symbol s,
                         java.lang.String name)
Constructor for the ExportedSymbol object

Parameters:
s - Description of the Parameter
name - Description of the Parameter
Method Detail

getSymbol

public Symbol getSymbol()
Gets the symbol attribute of the ExportedSymbol object

Returns:
The symbol value

getExportName

public java.lang.String getExportName()
Gets the exportName attribute of the ExportedSymbol object

Returns:
The exportName value