public interface Accessor
An Accessor defines a key by which models can be accessed in the model registry. The derived class defines the key type or kind and should return a distinctive value as getKind(). The key value should be returned via getName().
Method Summary | |
---|---|
java.lang.String |
getKind()
Return the name by which this kind of accessor is known. |
java.lang.String |
getName()
Return the name that is accessed. |
Accessor |
newInstance(java.lang.String name)
Create a new accessor of this kind for a name |
Method Detail |
---|
java.lang.String getKind()
java.lang.String getName()
Accessor newInstance(java.lang.String name) throws java.lang.Exception
java.lang.Exception