Class AggregationLinkInfo
- java.lang.Object
 - 
- jetbrains.mps.persistence.registry.AggregationLinkInfo
 
 
- 
- All Implemented Interfaces:
 Comparable<AggregationLinkInfo>
public final class AggregationLinkInfo extends Object implements Comparable<AggregationLinkInfo>
 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(AggregationLinkInfo o)StringgetIndex()intgetIntIndex()SContainmentLinkIdgetLinkId()StringgetName()booleanisUnordered()protected static intltoi(long l)voidsetIntIndex(int index)voidsetUnordered(boolean unordered)protected static intunsigned(int i) 
 - 
 
- 
- 
Method Detail
- 
getLinkId
public SContainmentLinkId getLinkId()
 
- 
getName
public String getName()
 
- 
isUnordered
public boolean isUnordered()
 
- 
setUnordered
public void setUnordered(boolean unordered)
 
- 
compareTo
public int compareTo(@NotNull AggregationLinkInfo o)
- Specified by:
 compareToin interfaceComparable<AggregationLinkInfo>
 
- 
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)
 
 - 
 
 -