Package jetbrains.mps.smodel.adapter.ids
Class SReferenceLinkId
- java.lang.Object
 - 
- jetbrains.mps.smodel.adapter.ids.SConceptFeatureId
 - 
- jetbrains.mps.smodel.adapter.ids.SReferenceLinkId
 
 
 
- 
public final class SReferenceLinkId extends SConceptFeatureId
 
- 
- 
Constructor Summary
Constructors Constructor Description SReferenceLinkId(SConceptId conceptId, long refLinkId) 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SReferenceLinkIddeserialize(String s)booleanequals(Object o)longgetIdValue()inthashCode()Stringserialize()StringtoString()- 
Methods inherited from class jetbrains.mps.smodel.adapter.ids.SConceptFeatureId
getConceptId 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SReferenceLinkId
public SReferenceLinkId(@NotNull SConceptId conceptId, long refLinkId)
 
 - 
 
- 
Method Detail
- 
getIdValue
public long getIdValue()
- Specified by:
 getIdValuein classSConceptFeatureId
 
- 
serialize
public String serialize()
 
- 
deserialize
public static SReferenceLinkId deserialize(String s)
 
 - 
 
 -