hep.graphics.heprep1.corba
Class HepRepAttributeAdapter
java.lang.Object
hep.graphics.heprep1.ref.DefaultHepRepAttribute
hep.graphics.heprep1.corba.HepRepAttributeAdapter
- All Implemented Interfaces:
- HepRepAttribute, Serializable
- Direct Known Subclasses:
- HepRepAdapter, HepRepInstanceAdapter, HepRepPointAdapter, HepRepPrimitiveAdapter, HepRepTypeAdapter, HepRepTypeInfoAdapter
- public abstract class HepRepAttributeAdapter
- extends DefaultHepRepAttribute
- implements HepRepAttribute
- Version:
- $Id: HepRepAttributeAdapter.java,v 1.3 2004/07/30 14:51:53 duns Exp $
- Author:
- M.Donszelmann
- See Also:
- Serialized Form
- Source Code:
- HepRepAttributeAdapter.java
Methods inherited from class hep.graphics.heprep1.ref.DefaultHepRepAttribute |
add, add, add, add, addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttValue, getParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface hep.graphics.heprep1.HepRepAttribute |
addColor, addColor, addDefinition, addValue, addValue, addValue, addValue, addValue, getAttDef, getAttValue, getParent |
cvsId
public static final String cvsId
- See Also:
- Constant Field Values
HepRepAttributeAdapter
public HepRepAttributeAdapter(HepRepAttribute parent)
getAttValues
public Enumeration getAttValues()
- Specified by:
getAttValues
in interface HepRepAttribute
- Overrides:
getAttValues
in class DefaultHepRepAttribute
getAttDefs
public Enumeration getAttDefs()
- Specified by:
getAttDefs
in interface HepRepAttribute
- Overrides:
getAttDefs
in class DefaultHepRepAttribute
getAttValueFromNode
public HepRepAttValue getAttValueFromNode(String name)
- Specified by:
getAttValueFromNode
in interface HepRepAttribute
- Overrides:
getAttValueFromNode
in class DefaultHepRepAttribute
getAttDefFromNode
public HepRepAttDef getAttDefFromNode(String name)
- Specified by:
getAttDefFromNode
in interface HepRepAttribute
- Overrides:
getAttDefFromNode
in class DefaultHepRepAttribute
getAttValuesFromNode
protected abstract HepRepAttValue[] getAttValuesFromNode()
getAttDefsFromNode
protected abstract HepRepAttDef[] getAttDefsFromNode()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.