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

#include <EnumerationItem.h>

Inherited by openjaus::model::fields::EnumerationLiteral, and openjaus::model::fields::EnumerationRange.

Public Member Functions

 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...
 
virtual std::string toString () const
 

Protected Attributes

std::string name
 

Friends

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

Constructor & Destructor Documentation

§ EnumerationItem()

openjaus::model::fields::EnumerationItem::EnumerationItem ( )

§ ~EnumerationItem()

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

Member Function Documentation

§ getName()

std::string openjaus::model::fields::EnumerationItem::getName ( void  ) const

§ setName()

bool openjaus::model::fields::EnumerationItem::setName ( std::string  name)
Parameters
nameThe value of the new name.

§ toString()

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

Friends And Related Function Documentation

§ operator<< [1/2]

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

§ operator<< [2/2]

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

Member Data Documentation

§ name

std::string openjaus::model::fields::EnumerationItem::name
protected

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