hep.graphics.heprep1.adapter
Class HepRepTypeAdapter
java.lang.Object
hep.graphics.heprep.ref.DefaultHepRepAttribute
hep.graphics.heprep.ref.DefaultHepRepDefinition
hep.graphics.heprep1.adapter.HepRepAttributeAdapter
hep.graphics.heprep1.adapter.HepRepDefinitionAdapter
hep.graphics.heprep1.adapter.AbstractHepRepTypeAdapter
hep.graphics.heprep1.adapter.HepRepTypeAdapter
- All Implemented Interfaces:
- HepRepAttribute, HepRepConstants, HepRepDefinition, HepRepType, Serializable
- Direct Known Subclasses:
- HepRepTypeFromInstanceAdapter, HepRepTypeFromTypeAdapter
- public class HepRepTypeAdapter
- extends AbstractHepRepTypeAdapter
- Version:
- $Id: HepRepTypeAdapter.java,v 1.4 2004/07/30 22:32:13 duns Exp $
- Author:
- Mark Donszelmann
- See Also:
- Serialized Form
- Source Code:
- HepRepTypeAdapter.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.heprep1.adapter.AbstractHepRepTypeAdapter |
addType, copy, getAttDef, getAttValue, getDescription, getFullName, getInfoURL, getSuperType, getTypeList, getTypes, setDescription, setInfoURL |
Methods inherited from class hep.graphics.heprep.ref.DefaultHepRepAttribute |
addAttColor, addAttColor, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
Methods inherited from interface hep.graphics.heprep.HepRepAttribute |
addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, addAttValue, getAttValueFromNode, getAttValuesFromNode, removeAttValue |
HepRepTypeAdapter
public HepRepTypeAdapter(HepRepType type1,
HepRepAttribute attribute1,
HepRepType parent)
getName
public String getName()
- Description copied from interface:
HepRepType
- Returns the name of this type.
This is the full name if one uses flat-types, and the node name if one
uses hierarchical typenames. It is the name supplied at construction of the type.
- Returns:
- name of type.
- See Also:
HepRepType.getFullName()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class DefaultHepRepDefinition
hashCode
public int hashCode()
toString
public String toString()
Copyright © 2000-2004 FreeHEP, All Rights Reserved.