TPTP 4.4.0 Testing Tools Project
Internal API Specification

org.eclipse.tptp.test.auto.gui.internal.runner
Class ExtendedScriptParser.GeneralPropertyRetriever

java.lang.Object
  extended byorg.eclipse.tptp.test.auto.gui.internal.runner.ExtendedScriptParser.GeneralPropertyRetriever
All Implemented Interfaces:
ExtendedScriptParser.IProeprtyHolder
Enclosing class:
ExtendedScriptParser

public class ExtendedScriptParser.GeneralPropertyRetriever
extends java.lang.Object
implements ExtendedScriptParser.IProeprtyHolder


Constructor Summary
ExtendedScriptParser.GeneralPropertyRetriever()
           
 
Method Summary
 void addProperty(java.lang.String name, java.lang.String value)
          Ability to add a property to this entity
 void dispose()
           
 java.lang.Object[] getProperties()
           
 java.lang.String getProperty(java.lang.String name)
          Return the property with the name specified
 boolean isEmpty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtendedScriptParser.GeneralPropertyRetriever

public ExtendedScriptParser.GeneralPropertyRetriever()
Method Detail

addProperty

public void addProperty(java.lang.String name,
                        java.lang.String value)
Ability to add a property to this entity

Specified by:
addProperty in interface ExtendedScriptParser.IProeprtyHolder
Parameters:
name - The name of the property
value - The value of the property

getProperty

public java.lang.String getProperty(java.lang.String name)
Return the property with the name specified

Specified by:
getProperty in interface ExtendedScriptParser.IProeprtyHolder
Returns:
The property with name equaled to the argument passed in.

dispose

public void dispose()
Specified by:
dispose in interface ExtendedScriptParser.IProeprtyHolder
See Also:
org.eclipse.hyades.test.manual.runner.model.NamedElement#dispose()

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface ExtendedScriptParser.IProeprtyHolder

getProperties

public java.lang.Object[] getProperties()
Specified by:
getProperties in interface ExtendedScriptParser.IProeprtyHolder

TPTP 4.4.0 Testing Tools Project
Internal API Specification