org.jage.platform.component.definition
Interface ISingleValueProvider

All Superinterfaces:
Serializable
All Known Implementing Classes:
ReferenceProvider, SimpleTypeValueProvider

public interface ISingleValueProvider
extends Serializable

The interface for elements that provide only one value.

Author:
AGH AgE Team

Method Summary
 Object getValue(IComponentInstanceProvider componentInstanceProvider)
           
 Class<?> getValueClass(IComponentInstanceProvider componentInstanceProvider)
           
 

Method Detail

getValue

Object getValue(IComponentInstanceProvider componentInstanceProvider)
                throws ConfigurationException
Throws:
ConfigurationException

getValueClass

Class<?> getValueClass(IComponentInstanceProvider componentInstanceProvider)
                       throws ConfigurationException
Throws:
ConfigurationException


Copyright © 2006-2011 AGH University of Science and Technology. All Rights Reserved.