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

This is a brief description. More...

#include <ArrayDimension.h>

Public Member Functions

 ArrayDimension ()
 
virtual ~ArrayDimension ()
 
std::string getName () const
 Accessor to get the value of name. More...
 
bool setName (std::string name)
 Accessor to set value of name. More...
 
std::string getInterpretation () const
 Accessor to get the value of interpretation. More...
 
bool setInterpretation (std::string interpretation)
 Accessor to set value of interpretation. More...
 
long getSize () const
 Accessor to get the value of size. More...
 
bool setSize (long size)
 Accessor to set value of size. More...
 
virtual std::string toString () const
 

Protected Attributes

std::string name
 
std::string interpretation
 
long size
 

Friends

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

Detailed Description

Detailed description.

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

Constructor & Destructor Documentation

§ ArrayDimension()

openjaus::model::fields::ArrayDimension::ArrayDimension ( )

§ ~ArrayDimension()

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

Member Function Documentation

§ getInterpretation()

std::string openjaus::model::fields::ArrayDimension::getInterpretation ( ) const

§ getName()

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

§ getSize()

long openjaus::model::fields::ArrayDimension::getSize ( ) const

§ setInterpretation()

bool openjaus::model::fields::ArrayDimension::setInterpretation ( std::string  interpretation)
Parameters
interpretationThe value of the new interpretation.

§ setName()

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

§ setSize()

bool openjaus::model::fields::ArrayDimension::setSize ( long  size)
Parameters
sizeThe value of the new size.

§ toString()

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

Friends And Related Function Documentation

§ operator<< [1/2]

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

§ operator<< [2/2]

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

Member Data Documentation

§ interpretation

std::string openjaus::model::fields::ArrayDimension::interpretation
protected

§ name

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

§ size

long openjaus::model::fields::ArrayDimension::size
protected

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