Package jetbrains.mps.smodel
Class SNodeId
- java.lang.Object
 - 
- jetbrains.mps.smodel.SNodeId
 
 
- 
- All Implemented Interfaces:
 Comparable<SNodeId>,SNodeId
- Direct Known Subclasses:
 SNodeId.Foreign,SNodeId.Regular,StringBasedIdForJavaStubMethods
public abstract class SNodeId extends Object implements Comparable<SNodeId>, SNodeId
Created by: Sergey Dmitriev Date: Apr 4, 2007 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSNodeId.Foreignforeign idstatic classSNodeId.Regularregular idstatic interfaceSNodeId.StringBasedId 
- 
Constructor Summary
Constructors Constructor Description SNodeId() 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intcompareTo(SNodeId other)static SNodeIdfromString(String idString)Deprecated.technically, the method is ok, if you know exactly which node id you parse.StringgetType() 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final String TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
fromString
@Deprecated public static SNodeId fromString(@NotNull String idString)
Deprecated.technically, the method is ok, if you know exactly which node id you parse. marked deprecated to get uses noticed and replaced withPersistenceFacade.createNodeId(String) 
- 
compareTo
public int compareTo(@NotNull SNodeId other)
- Specified by:
 compareToin interfaceComparable<SNodeId>
 
 - 
 
 -