Class AbstractXmlIdReference
- java.lang.Object
-
- psidev.psi.mi.jami.xml.model.reference.AbstractXmlIdReference
-
- All Implemented Interfaces:
FileSourceContext,XmlIdReference
- Direct Known Subclasses:
AbstractEntityRef,AbstractEntityRef,AbstractEntityRef,AbstractExperimentRef,AbstractExperimentRef,AbstractExperimentRef,AbstractFeatureRef,AbstractInteractorRef,AbstractInteractorRef,AbstractInteractorRef
public abstract class AbstractXmlIdReference extends Object implements XmlIdReference
Abstract implementation for XmlIdReference- Since:
11/10/13
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Field Summary
Fields Modifier and Type Field Description protected intref
-
Constructor Summary
Constructors Constructor Description AbstractXmlIdReference(int ref)Constructor for AbstractXmlIdReference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetRef()Getter for the fieldref.voidregisterForResolution()registerForResolution.StringtoString()toString-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface psidev.psi.mi.jami.datasource.FileSourceContext
getSourceLocator, setSourceLocator
-
Methods inherited from interface psidev.psi.mi.jami.xml.model.reference.XmlIdReference
resolve
-
-
-
-
Method Detail
-
registerForResolution
public void registerForResolution()
registerForResolution.
- Specified by:
registerForResolutionin interfaceXmlIdReference
-
getRef
public int getRef()
Getter for the field
ref.- Returns:
- a int.
-
toString
public String toString()
toString
- Specified by:
toStringin interfaceFileSourceContext- Overrides:
toStringin classObject- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-