Interface ModelIdentifier
-
- All Superinterfaces:
InternalProtocolInterface
public interface ModelIdentifier extends InternalProtocolInterface
Identity information for a model.DO NOT CHANGE THIS INTERFACE - it is part of the cross-version protocol.
Consumer compatibility: This interface is used by all consumer versions from 1.6-rc-1.
Provider compatibility: This interface is uses by all provider versions from 1.6-rc-1.
- Since:
- 1.6-rc-1
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NULL_MODEL
The name of the null model.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The name of the model.
-
-
-
Method Detail
-
getName
java.lang.String getName()
The name of the model. Note that the model name is not necessarily a class name. It simply uniquely identifies the model. UseNULL_MODEL
to indicate that no model is desired.
-
-