Public Member Functions | Protected Attributes

openjaus::model::fields::VariantItem Class Reference

This is a brief description. More...

#include <VariantItem.h>

List of all members.

Public Member Functions

 VariantItem ()
virtual ~VariantItem ()
long getId () const
 Accessor to get the value of id.
bool setId (long id)
 Accessor to set value of id.
const FieldgetType () const
 Accessor to get the value of type.
bool setType (const Field &type)
 Accessor to set value of type.
std::string toString () const

Protected Attributes

long id
Field type

Detailed Description

Detailed description.

Author:
Name (name@email.com)

Constructor & Destructor Documentation

openjaus::model::fields::VariantItem::VariantItem (  ) 
openjaus::model::fields::VariantItem::~VariantItem (  )  [virtual]

Member Function Documentation

long openjaus::model::fields::VariantItem::getId (  )  const
const Field & openjaus::model::fields::VariantItem::getType (  )  const
bool openjaus::model::fields::VariantItem::setId ( long  id  ) 
Parameters:
id The value of the new id.
bool openjaus::model::fields::VariantItem::setType ( const Field type  ) 
Parameters:
type The value of the new type.
std::string openjaus::model::fields::VariantItem::toString (  )  const

Member Data Documentation


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines