BT-MatML-Editor 0.1.4
Editor for the MatML 3.1 XML Schema
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
ParameterValue Class Reference
Inheritance diagram for ParameterValue:
Default< ParameterValue >

Public Types

typedef ::Data Data_type
 
typedef ::xsd::cxx::tree::traits< Data_type, char > Data_traits
 
typedef ::Uncertainty Uncertainty_type
 
typedef ::xsd::cxx::tree::sequence< Uncertainty_typeUncertainty_sequence
 
typedef Uncertainty_sequence::iterator Uncertainty_iterator
 
typedef Uncertainty_sequence::const_iterator Uncertainty_const_iterator
 
typedef ::xsd::cxx::tree::traits< Uncertainty_type, char > Uncertainty_traits
 
typedef ::Qualifier Qualifier_type
 
typedef ::xsd::cxx::tree::sequence< Qualifier_typeQualifier_sequence
 
typedef Qualifier_sequence::iterator Qualifier_iterator
 
typedef Qualifier_sequence::const_iterator Qualifier_const_iterator
 
typedef ::xsd::cxx::tree::traits< Qualifier_type, char > Qualifier_traits
 
typedef ::Notes Notes_type
 
typedef ::xsd::cxx::tree::optional< Notes_typeNotes_optional
 
typedef ::xsd::cxx::tree::traits< Notes_type, char > Notes_traits
 
typedef ::xml_schema::idref parameter_type
 
typedef ::xsd::cxx::tree::traits< parameter_type, char > parameter_traits
 
typedef ::DataFormat format_type
 
typedef ::xsd::cxx::tree::traits< format_type, char > format_traits
 

Public Member Functions

const Data_typeData () const
 
Data_typeData ()
 
void Data (const Data_type &x)
 
void Data (::std::auto_ptr< Data_type > p)
 
const Uncertainty_sequence & Uncertainty () const
 
Uncertainty_sequence & Uncertainty ()
 
void Uncertainty (const Uncertainty_sequence &s)
 
const Qualifier_sequence & Qualifier () const
 
Qualifier_sequence & Qualifier ()
 
void Qualifier (const Qualifier_sequence &s)
 
const Notes_optional & Notes () const
 
Notes_optional & Notes ()
 
void Notes (const Notes_type &x)
 
void Notes (const Notes_optional &x)
 
void Notes (::std::auto_ptr< Notes_type > p)
 
const parameter_type & parameter () const
 
parameter_type & parameter ()
 
void parameter (const parameter_type &x)
 
void parameter (::std::auto_ptr< parameter_type > p)
 
const format_typeformat () const
 
format_typeformat ()
 
void format (const format_type &x)
 
void format (::std::auto_ptr< format_type > p)
 
 ParameterValue (const Data_type &, const parameter_type &, const format_type &)
 
 ParameterValue (::std::auto_ptr< Data_type >, const parameter_type &, const format_type &)
 
 ParameterValue (const ::xercesc::DOMElement &e, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
 ParameterValue (const ParameterValue &x, ::xml_schema::flags f=0, ::xml_schema::container *c=0)
 
virtual ParameterValue_clone (::xml_schema::flags f=0, ::xml_schema::container *c=0) const
 
ParameterValueoperator= (const ParameterValue &x)
 

Protected Member Functions

void parse (::xsd::cxx::xml::dom::parser< char > &, ::xml_schema::flags)
 

Protected Attributes

::xsd::cxx::tree::one< Data_typeData_
 
Uncertainty_sequence Uncertainty_
 
Qualifier_sequence Qualifier_
 
Notes_optional Notes_
 
::xsd::cxx::tree::one< parameter_type > parameter_
 
::xsd::cxx::tree::one< format_typeformat_
 

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