javax.jmi.model
Interface MultiplicityType

All Superinterfaces:
RefStruct, java.io.Serializable

public interface MultiplicityType
extends RefStruct


Method Summary
 int getLower()
           
 int getUpper()
           
 boolean isOrdered()
           
 boolean isUnique()
           
 
Methods inherited from interface javax.jmi.reflect.RefStruct
equals, hashCode, refFieldNames, refGetValue, refTypeName
 

Method Detail

getLower

public int getLower()

getUpper

public int getUpper()

isOrdered

public boolean isOrdered()

isUnique

public boolean isUnique()