hep.graphics.heprep.corba
Class CORBAHepRepDefinition
java.lang.Object
   hep.graphics.heprep.corba.CORBAHepRepAttribute
hep.graphics.heprep.corba.CORBAHepRepAttribute
       hep.graphics.heprep.corba.CORBAHepRepDefinition
hep.graphics.heprep.corba.CORBAHepRepDefinition
- All Implemented Interfaces: 
- HepRepAttribute, HepRepConstants, HepRepDefinition
- Direct Known Subclasses: 
- HepRepTypeAdapter
- public abstract class CORBAHepRepDefinition- extends CORBAHepRepAttribute- implements HepRepDefinition
- Version:
- $Id: CORBAHepRepDefinition.java,v 1.9 2003/12/04 23:25:40 duns Exp $
- Author:
- Mark Donszelmann
- Source Code:
- CORBAHepRepDefinition.java
 
| Fields inherited from interface hep.graphics.heprep.HepRepConstants | 
| SHOW_DESC, SHOW_EXTRA, SHOW_NAME, SHOW_NONE, SHOW_VALUE, TYPE_BOOLEAN, TYPE_COLOR, TYPE_DOUBLE, TYPE_INT, TYPE_LONG, TYPE_STRING, TYPE_UNKNOWN | 
 
 
 
| Methods inherited from class hep.graphics.heprep.corba.CORBAHepRepAttribute | 
| addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValues, getAttValuesFromNode, removeAttValue | 
 
 
 
| Methods inherited from interface hep.graphics.heprep.HepRepAttribute | 
| addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue | 
 
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
CORBAHepRepDefinition
public CORBAHepRepDefinition()
getAttDefsFromNode
public Set getAttDefsFromNode()
- Description copied from interface: HepRepDefinition
- Returns a collection of all attribute definitions defined on this node.
 
- 
- Specified by:
- getAttDefsFromNodein interface- HepRepDefinition
 
- 
- Returns:
- collection of attributes definitions.
 
getAttDefFromNode
public HepRepAttDef getAttDefFromNode(String lowerCaseName)
- Description copied from interface: HepRepDefinition
- Returns a named attribute definition defined on this node.
 
- 
- Specified by:
- getAttDefFromNodein interface- HepRepDefinition
 
- 
- Parameters:
- lowerCaseName- name of the attribute in lower case.
- Returns:
- attribute definition.
 
addAttDef
public void addAttDef(HepRepAttDef attDef)
- Description copied from interface: HepRepDefinition
- Adds an attdef.
 
- 
- Specified by:
- addAttDefin interface- HepRepDefinition
 
- 
- Parameters:
- attDef- to be added.
 
equals
public boolean equals(Object o)
- 
- Overrides:
- equalsin class- CORBAHepRepAttribute
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- CORBAHepRepAttribute
 
- 
 
getAttDefs
protected abstract HepRepAttDef[] getAttDefs()
- 
 
- 
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.