colladaLoader.xmlMapping
Class NewParam

java.lang.Object
  extended by colladaLoader.xmlMapping.SubTag
      extended by colladaLoader.xmlMapping.NewParam

 class NewParam
extends SubTag

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

this class is a helper-class to map the newparam-tag inside effect-tag

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
private  java.lang.String ID
           
private  java.lang.String nextSource
           
 
Constructor Summary
NewParam(processing.xml.XMLElement newParam)
           
 
Method Summary
(package private)  java.lang.String getID()
          returns the ID of this xml-tag
(package private)  java.lang.String getNextSource()
          links to the next sub-tag (if exists)to get more informations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nextSource

private java.lang.String nextSource

ID

private java.lang.String ID
Constructor Detail

NewParam

NewParam(processing.xml.XMLElement newParam)
Method Detail

getNextSource

java.lang.String getNextSource()
Description copied from class: SubTag
links to the next sub-tag (if exists)to get more informations. Otherwise it returns the ID

Specified by:
getNextSource in class SubTag
Returns:
the next Information Tag

getID

java.lang.String getID()
Description copied from class: SubTag
returns the ID of this xml-tag

Specified by:
getID in class SubTag
Returns:
the ID