represent command line option


Classes

struct  w2c_schema_compiler_options_ops
struct  w2c_schema_compiler_options

Defines

#define W2C_SCHEMA_COMPILER_OPTIONS_FREE(schema_compiler_options, env)   ((schema_compiler_options)->ops->free (schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_OUTPUT_LOCATION(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_output_location ( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_OUTPUT_LOCATION(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_output_location ( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_PACKAGE_NAME(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_package_name( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_PACKAGE_NAME(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_package_name( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_HELPER_MODE(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_helper_mode( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_HELPER_MODE(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_helper_mode( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_WRITE_OUT(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_write_out( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_WRITE_OUT(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_write_out( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_WRAP_CLASSES(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_wrap_classes( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_WRAP_CLASSES(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_wrap_classes( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_NS2PACKAGE_MAP(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_ns2package_map( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_NS2PACKAGE_MAP(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_ns2package_map( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_MAPPER_CLASS_PACKAGE(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_mapper_class_package( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_MAPPER_CLASS_PACKAGE(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_mapper_class_package( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_LANGUAGE(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_language( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_LANGUAGE(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_language( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_QNAME2NAME_MAKER(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_qname2name_maker( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_QNAME2NAME_MAKER(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_qname2name_maker( schema_compiler_options, env, val))
#define W2C_SCHEMA_COMPILER_OPTIONS_GET_NAME_MAKER_FUNC(schema_compiler_options, env)   ((schema_compiler_options)->ops->get_name_maker_func( schema_compiler_options, env))
#define W2C_SCHEMA_COMPILER_OPTIONS_SET_NAME_MAKER_FUNC(schema_compiler_options, env, val)   ((schema_compiler_options)->ops->set_name_maker_func( schema_compiler_options, env, val))

Typedefs

typedef w2c_schema_compiler_options w2c_schema_compiler_options_t
typedef w2c_schema_compiler_options_ops w2c_schema_compiler_options_ops_t

Functions

AXIS2_EXTERN w2c_schema_compiler_options_t * w2c_schema_compiler_options_create (const axis2_env_t *env)

Function Documentation

AXIS2_EXTERN w2c_schema_compiler_options_t* w2c_schema_compiler_options_create ( const axis2_env_t env  ) 

create a schema_compiler_options obj

Parameters:
env Environment. MUST NOT be NULL
Returns:
newly created schema_compiler_options obj


Generated on Tue Oct 3 22:36:02 2006 for Axis2/C by  doxygen 1.4.7