Package jetbrains.mps.smodel
Class SNodeId.Foreign
- java.lang.Object
 - 
- jetbrains.mps.smodel.SNodeId
 - 
- jetbrains.mps.smodel.SNodeId.Foreign
 
 
 
- 
- All Implemented Interfaces:
 Comparable<SNodeId>,SNodeId.StringBasedId,SNodeId
- Enclosing class:
 - SNodeId
 
public static class SNodeId.Foreign extends SNodeId implements SNodeId.StringBasedId
foreign id 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jetbrains.mps.smodel.SNodeId
SNodeId.Foreign, SNodeId.Regular, SNodeId.StringBasedId 
 - 
 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()inthashCode()StringtoString()- 
Methods inherited from class jetbrains.mps.smodel.SNodeId
compareTo, fromString, getType 
 - 
 
 - 
 
- 
- 
Field Detail
- 
ID_PREFIX
public static final String ID_PREFIX
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
getId
@NotNull public String getId()
- Specified by:
 getIdin interfaceSNodeId.StringBasedId
 
 - 
 
 -