cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet
Class ExternalVariable

Package class diagram package ExternalVariable
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
      extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
          extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractObject
              extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.AbstractKismetObject
                  extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.KismetVariable
                      extended by cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.ExternalVariable
All Implemented Interfaces:
IUnrealReferencable, IUnrealReferencableByName

public class ExternalVariable
extends KismetVariable

Author:
Martin Cerny

Field Summary
static String CLASSNAME
           
 
Fields inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
className, name
 
Constructor Summary
ExternalVariable(String label)
           
ExternalVariable(String archetypeName, String label, String expectedType)
           
 
Method Summary
 UnrealReference getExpectedType()
           
 String getLabel()
           
 void setExpectedType(String expectedType)
          Sets the reference to a static reference to class object of the specified name
 void setExpectedType(UnrealReference expectedType)
           
 void setLabel(String label)
           
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.kismet.AbstractKismetObject
addOutputLinkTarget, addVariableLink, addVariableLinkTarget, getInputLink, getInputLinkIndex, getInputLinks, getInstanceVersion, getObjComment, getObjPosX, getObjPosY, getOutputLink, getOutputLinks, getOutputObjCommentToScreen, getParentSequence, getSuppressAutoComment, getVariableLink, getVariableLinks, setInputLink, setInputLinkMappingByNamesList, setInstanceVersion, setIntputLinkTarget, setObjComment, setObjPosX, setObjPosY, setOutputLink, setOutputLinkMappingByNamesList, setOutputObjCommentToScreen, setParentSequence, setPositionForGUI, setSuppressAutoComment, setVariableLink, setVariableLinkMappingByNamesList
 
Methods inherited from class cz.cuni.amis.pogamut.udk.t3dgenerator.elements.AbstractBean
getArchetype, getDefaultArchetype
 
Methods inherited from class cz.cuni.amis.pogamut.unreal.t3dgenerator.elements.AbstractUnrealBean
getClassName, getName, getNameForReferences, getReference, setName, setNameForReferences
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static final String CLASSNAME
See Also:
Constant Field Values
Constructor Detail

ExternalVariable

public ExternalVariable(String archetypeName,
                        String label,
                        String expectedType)

ExternalVariable

public ExternalVariable(String label)
Method Detail

getExpectedType

public UnrealReference getExpectedType()

setExpectedType

public void setExpectedType(String expectedType)
Sets the reference to a static reference to class object of the specified name

Parameters:
expectedType -

setExpectedType

public void setExpectedType(UnrealReference expectedType)

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.