hep.graphics.heprep
Interface HepRepAttDef


public interface HepRepAttDef

HepRepAttDef interface.

Author:
Mark Donszelmann

Method Summary
 HepRepAttDef copy()
          Returns a deep copy of this attdef.
 String getCategory()
          Returns category of this attdef.
 String getDescription()
          Returns a description of this attdef.
 String getExtra()
          Returns any extra information of this attdef.
 String getLowerCaseName()
          Returns the lowercased name of this attdef.
 String getName()
          Returns the mixed case name of this attdef.
 

Method Detail

getName

String getName()
Returns the mixed case name of this attdef.

Returns:
name.

getLowerCaseName

String getLowerCaseName()
Returns the lowercased name of this attdef.

Returns:
lowercased name.

getDescription

String getDescription()
Returns a description of this attdef.

Returns:
description.

getCategory

String getCategory()
Returns category of this attdef.

Returns:
category.

getExtra

String getExtra()
Returns any extra information of this attdef.

Returns:
extra info.

copy

HepRepAttDef copy()
                  throws CloneNotSupportedException
Returns a deep copy of this attdef.

Returns:
copy of this attdef.
Throws:
CloneNotSupportedException - if copying is not possible.


Copyright © 2000-2007 FreeHEP. All Rights Reserved.