Package jetbrains.mps.smodel
Class SModelId.ModelNameSModelId
- java.lang.Object
 - 
- jetbrains.mps.smodel.SModelId
 - 
- jetbrains.mps.smodel.SModelId.ModelNameSModelId
 
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class jetbrains.mps.smodel.SModelId
SModelId.ForeignSModelId, SModelId.IntegerSModelId, SModelId.ModelNameSModelId, SModelId.RegularSModelId, SModelId.RelativePathSModelId 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ModelNameSModelId(String modelName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetModelName()Returns model name if it is a part of the identifier, or null otherwise.StringgetType()inthashCode()StringtoString()- 
Methods inherited from class jetbrains.mps.smodel.SModelId
foreign, foreign, fromString, generate, isGloballyUnique, regular, regular 
 - 
 
 - 
 
- 
- 
Field Detail
- 
TYPE
public static final String TYPE
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Constructor Detail
- 
ModelNameSModelId
public ModelNameSModelId(String modelName)
 
 - 
 
- 
Method Detail
- 
getModelName
public String getModelName()
Description copied from interface:SModelIdReturns model name if it is a part of the identifier, or null otherwise.- Specified by:
 getModelNamein interfaceSModelId- Overrides:
 getModelNamein classSModelId
 
- 
getType
public String getType()
 
 - 
 
 -