Interface SModelIdFactory
- 
 public interface SModelIdFactoryFactories that create SModelId. They are registered through PersistenceFacade and associated with model id types.
- 
- 
Method SummaryAll 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- 
createSModelId 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
 
 
- 
 
-