Class PropertyInfo
- java.lang.Object
 - 
- jetbrains.mps.persistence.registry.PropertyInfo
 
 
- 
- All Implemented Interfaces:
 Comparable<PropertyInfo>
public final class PropertyInfo extends Object implements Comparable<PropertyInfo>
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(PropertyInfo o)StringgetIndex()intgetIntIndex()StringgetName()SPropertyIdgetPropertyId()protected static intltoi(long l)voidsetIntIndex(int index)protected static intunsigned(int i) 
 - 
 
- 
- 
Method Detail
- 
getPropertyId
public SPropertyId getPropertyId()
 
- 
getName
public String getName()
 
- 
compareTo
public int compareTo(@NotNull PropertyInfo o)
- Specified by:
 compareToin interfaceComparable<PropertyInfo>
 
- 
getIndex
public String getIndex()
 
- 
getIntIndex
public int getIntIndex()
 
- 
setIntIndex
public void setIntIndex(int index)
 
- 
ltoi
protected static final int ltoi(long l)
 
- 
unsigned
protected static final int unsigned(int i)
 
 - 
 
 -