Home Previous Up Next Index

armarx::ParameterBase

Overview

class ParameterBase

Derived Classes and Interfaces

DataFieldIdentifierParameterBase
VariantListParameterBase
VariantParameterBase

Used By

StringParameterBaseMap
clone

Operation Index

setVariant
setVariantList
setDataFieldIdentifier
clone
getParameterType
getVariantType
getVariant
getVariantList
getDataFieldIdentifier
validate

Data Member Index

type

Operations

void setVariant(VariantBase variant) throws InvalidTypeException

void setVariantList(SingleTypeVariantListBase variantList) throws InvalidTypeException

void setDataFieldIdentifier(DataFieldIdentifierBase dataFieldIdentifier) throws InvalidTypeException

ParameterBase clone()

ParameterType getParameterType() throws InvalidTypeException

int getVariantType() throws InvalidTypeException

VariantBase getVariant() throws InvalidTypeException

SingleTypeVariantListBase getVariantList() throws InvalidTypeException

DataFieldIdentifierBase getDataFieldIdentifier() throws InvalidTypeException

bool validate()

Data Members

[ "protected" ] ParameterType type;


Home Previous Up Next Index