Uses of Class
org.sciplore.rest.NumberType

Packages that use NumberType
org.sciplore.rest   
 

Uses of NumberType in org.sciplore.rest
 

Methods in org.sciplore.rest that return NumberType
 NumberType ObjectFactory.createNumberType()
          Create an instance of NumberType
 NumberType DocumentType.getNumber()
          Gets the value of the number property.
 

Methods in org.sciplore.rest with parameters of type NumberType
 void DocumentType.setNumber(NumberType value)
          Sets the value of the number property.