OpenJAUS Software Development Kit  4.3.1
Public Member Functions | Protected Attributes | Friends | List of all members
openjaus::model::fields::EnumerationRange Class Reference

This is a brief description. More...

#include <EnumerationRange.h>

Inherits openjaus::model::fields::EnumerationItem.

Public Member Functions

 EnumerationRange ()
 
virtual ~EnumerationRange ()
 
long getLowerBound () const
 Accessor to get the value of lowerBound. More...
 
bool setLowerBound (long lowerBound)
 Accessor to set value of lowerBound. More...
 
long getUpperBound () const
 Accessor to get the value of upperBound. More...
 
bool setUpperBound (long upperBound)
 Accessor to set value of upperBound. More...
 
virtual std::string toString () const
 
- Public Member Functions inherited from openjaus::model::fields::EnumerationItem
 EnumerationItem ()
 
virtual ~EnumerationItem ()
 
std::string getName () const
 Accessor to get the value of name. More...
 
bool setName (std::string name)
 Accessor to set value of name. More...
 

Protected Attributes

long lowerBound
 
long upperBound
 
- Protected Attributes inherited from openjaus::model::fields::EnumerationItem
std::string name
 

Friends

OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const EnumerationRange &object)
 
OPENJAUS_EXPORT friend std::ostream & operator<< (std::ostream &output, const EnumerationRange *object)
 

Detailed Description

Detailed description.

Author
Name (name@.nosp@m.emai.nosp@m.l.com)

Constructor & Destructor Documentation

§ EnumerationRange()

openjaus::model::fields::EnumerationRange::EnumerationRange ( )

§ ~EnumerationRange()

openjaus::model::fields::EnumerationRange::~EnumerationRange ( )
virtual

Member Function Documentation

§ getLowerBound()

long openjaus::model::fields::EnumerationRange::getLowerBound ( ) const

§ getUpperBound()

long openjaus::model::fields::EnumerationRange::getUpperBound ( ) const

§ setLowerBound()

bool openjaus::model::fields::EnumerationRange::setLowerBound ( long  lowerBound)
Parameters
lowerBoundThe value of the new lowerBound.

§ setUpperBound()

bool openjaus::model::fields::EnumerationRange::setUpperBound ( long  upperBound)
Parameters
upperBoundThe value of the new upperBound.

§ toString()

std::string openjaus::model::fields::EnumerationRange::toString ( ) const
virtual

Friends And Related Function Documentation

§ operator<< [1/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const EnumerationRange object 
)
friend

§ operator<< [2/2]

OPENJAUS_EXPORT friend std::ostream& operator<< ( std::ostream &  output,
const EnumerationRange object 
)
friend

Member Data Documentation

§ lowerBound

long openjaus::model::fields::EnumerationRange::lowerBound
protected

§ upperBound

long openjaus::model::fields::EnumerationRange::upperBound
protected

The documentation for this class was generated from the following files: