JASMI API

com.agentpp.smi
Interface IRange


public interface IRange

IRange represents a SMI range defintion used to restrict the values for integers. Lower and upper bounds are included. Thus, if the lower and upper bound are the same, then only that value would be valid.

Version:
1.0
Author:
Frank Fock

Method Summary
 java.lang.Long getLower()
           
 long getLowerValue()
           
 java.lang.Long getUpper()
           
 long getUpperValue()
           
 

Method Detail

getLower

java.lang.Long getLower()

getUpper

java.lang.Long getUpper()

getLowerValue

long getLowerValue()

getUpperValue

long getUpperValue()

JASMI API

JASMI 3
Copyright 2001-2010 Frank Fock
All Rights Reserved