project35.mda.config
Interface SchemaConceptPropertyManager

All Known Implementing Classes:
Project35ConfigurationReader

public interface SchemaConceptPropertyManager

an interface that defines the behaviour of a class which returns configuration data about concepts defined in a domain schema. Both Project35 and Pierre have their own configuration tools, but there is a large overlap in the configuration options that are maintained about concepts defined in the domain XML Schema. To allow both products to re-use more of Project35 code, they rely on an interface rather than the Project35ConfigurationReader class to deliver configuration options.


Copyright (c) 2008 Kevin Garwood for Project35. The original code was developed by Kevin Garwood for the University of Manchester. Revisions have been made for Project35, a project that is independent of that institution. This code is licensed under the Academic Free License version 3.0. The code attribution for the original code is included here:

Copyright (c) Kevin Garwood and University of Manchester 2007. All rights reserved. Licensed under the Academic Free License version 3.0. For more information on the terms and conditions, please see the file "LICENSE" that is included in this distribution.


Version:
1.0
Author:
Kevin Garwood (kgarwood@users.sourceforge.net)

Method Summary
 AttributeFieldConfiguration getAttributeFieldConfiguration(java.lang.String recordClassName, java.lang.String fieldName)
           
 SchemaConceptConfiguration getConfigurationRecord(java.lang.String recordClassName, java.lang.String fieldName)
           
 EditFieldConfiguration getEditFieldConfiguration(java.lang.String recordClassName, java.lang.String fieldName)
           
 FileLauncher getFileLauncher()
           
 ListFieldConfiguration getListFieldConfiguration(java.lang.String recordClassName, java.lang.String fieldName)
           
 void setDefaultValues(RecordModel recordModel)
           
 

Method Detail

getConfigurationRecord

SchemaConceptConfiguration getConfigurationRecord(java.lang.String recordClassName,
                                                  java.lang.String fieldName)

getAttributeFieldConfiguration

AttributeFieldConfiguration getAttributeFieldConfiguration(java.lang.String recordClassName,
                                                           java.lang.String fieldName)

setDefaultValues

void setDefaultValues(RecordModel recordModel)

getEditFieldConfiguration

EditFieldConfiguration getEditFieldConfiguration(java.lang.String recordClassName,
                                                 java.lang.String fieldName)

getListFieldConfiguration

ListFieldConfiguration getListFieldConfiguration(java.lang.String recordClassName,
                                                 java.lang.String fieldName)

getFileLauncher

FileLauncher getFileLauncher()