Package jetbrains.mps.smodel.runtime
Class EnumerationDescriptorBase
- java.lang.Object
 - 
- jetbrains.mps.smodel.runtime.NamedElementDescriptorBase
 - 
- jetbrains.mps.smodel.runtime.EnumerationDescriptorBase
 
 
 
- 
- All Implemented Interfaces:
 DataTypeDescriptor,EnumerationDescriptor,NamedElementDescriptor
public abstract class EnumerationDescriptorBase extends NamedElementDescriptorBase implements EnumerationDescriptor
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface jetbrains.mps.smodel.runtime.EnumerationDescriptor
EnumerationDescriptor.MemberDescriptor 
 - 
 
- 
Constructor Summary
Constructors Constructor Description EnumerationDescriptorBase(long langIdHigh, long langIdLow, long id, String name, String srcNode)EnumerationDescriptorBase(long langIdHigh, long langIdLow, long id, String name, String srcNode, PrimitiveTypeId memberRawType) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SDataTypeIdgetId()PrimitiveTypeIdgetMemberRawType()- 
Methods inherited from class jetbrains.mps.smodel.runtime.NamedElementDescriptorBase
getName, getSourceNode 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface jetbrains.mps.smodel.runtime.EnumerationDescriptor
getDefault, getMember, getMembers 
- 
Methods inherited from interface jetbrains.mps.smodel.runtime.NamedElementDescriptor
getName, getSourceNode 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
EnumerationDescriptorBase
public EnumerationDescriptorBase(long langIdHigh, long langIdLow, long id, String name, String srcNode) 
- 
EnumerationDescriptorBase
public EnumerationDescriptorBase(long langIdHigh, long langIdLow, long id, String name, String srcNode, PrimitiveTypeId memberRawType) 
 - 
 
- 
Method Detail
- 
getId
@NotNull public SDataTypeId getId()
- Specified by:
 getIdin interfaceDataTypeDescriptor
 
- 
getMemberRawType
@Nullable public PrimitiveTypeId getMemberRawType()
- Specified by:
 getMemberRawTypein interfaceEnumerationDescriptor
 
 - 
 
 -