|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.type.IndexSubtypeIndication
public class IndexSubtypeIndication
Index constraint subtype indication.
Constructor Summary | |
---|---|
IndexSubtypeIndication(SubtypeIndication baseType,
DiscreteRange... ranges)
Creates a index subtype indication. |
|
IndexSubtypeIndication(SubtypeIndication baseType,
java.util.List<DiscreteRange> ranges)
Creates a index subtype indication. |
Method Summary | |
---|---|
SubtypeIndication |
getBaseType()
Returns the base type. |
java.util.List<DiscreteRange> |
getRanges()
Returns the index ranges. |
void |
setBaseType(SubtypeIndication baseType)
Sets the base type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IndexSubtypeIndication(SubtypeIndication baseType, java.util.List<DiscreteRange> ranges)
baseType
- the base typeranges
- the rangespublic IndexSubtypeIndication(SubtypeIndication baseType, DiscreteRange... ranges)
baseType
- the base typeranges
- the rangesMethod Detail |
---|
public SubtypeIndication getBaseType()
public void setBaseType(SubtypeIndication baseType)
baseType
- the base typepublic java.util.List<DiscreteRange> getRanges()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |