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 int
ref
-
Constructor Summary
Constructors Constructor Description AbstractXmlIdReference(int ref)
Constructor for AbstractXmlIdReference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getRef()
Getter for the fieldref
.void
registerForResolution()
registerForResolution.String
toString()
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:
registerForResolution
in interfaceXmlIdReference
-
getRef
public int getRef()
Getter for the field
ref
.- Returns:
- a int.
-
toString
public String toString()
toString
- Specified by:
toString
in interfaceFileSourceContext
- Overrides:
toString
in classObject
- Returns:
- the file source context as a String. If the source locator is not null, it should give the source locator properties
-
-