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

int getLower()

getUpper

int getUpper()

isOrdered

boolean isOrdered()

isUnique

boolean isUnique()