FreeHEP API
Version current

hep.aida.ref.pdf
Interface HasName

All Known Implementing Classes:
Variable

public interface HasName

Interface to be implemented by classes that have a name.

Author:
The FreeHEP team @ SLAC.
Source Code:
HasName.java

Method Summary
 String name()
          Get the name.
 void setName(String name)
          Set the name.
 

Method Detail

name

public String name()
Get the name.

Returns:
the name.

setName

public void setName(String name)
Set the name.

Parameters:
name - The new name.

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.