Interface SModelIdFactory
- 
- All Known Implementing Classes:
 JavaPackageModelId.Factory
public interface SModelIdFactoryFactories that create SModelId. They are registered through PersistenceFacade and associated with model id types. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SModelIdcreate(String text)Given a serialized representation (without a type+colon prefix), creates an Immutable class. 
 - 
 
- 
- 
Method Detail
- 
create
SModelId create(String text)
Given a serialized representation (without a type+colon prefix), creates an Immutable class.- Throws:
 IllegalArgumentException- if this factory can't parse given value
 
 - 
 
 -