|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstanceClassifierFactory
This interface defines a factory method for obtaining InstanceClassifier for the given property. $Revision: 1.2 $
Method Summary | |
---|---|
InstanceClassifier |
getInstance(java.lang.String propertyName)
Instantiate an InstanceClassifier for the specified property. |
void |
setInstance(java.lang.String propertyName,
InstanceClassifier classifier)
Puts an InstanceClassifier for the specified property. |
Method Detail |
---|
InstanceClassifier getInstance(java.lang.String propertyName) throws InstanceClassifierInitializationException
propertyName
- The String specifying the property, for which a classifier is requested.
InstanceClassifierInitializationException
- is thrown if the instantiation of the classifier was not successful,
details will be provided in the exception's message.void setInstance(java.lang.String propertyName, InstanceClassifier classifier)
propertyName
- The String specifying the property, for which a classifier is requested.InstanceClassifier
- an instance of the requested instance classifier,
or null, if the factory did not
have enough data to instantiate one.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |