|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the object typepublic interface ObjectDefinition<T>
Provides support for creating an object of a certain type from a definition string and vice versa.
Method Summary | |
---|---|
String |
asString(T object)
Represent the given object as a definition string, so that it can be used to again create an object instance using parse(String) . |
String |
getIdentifier()
Get the factory identifier. |
Class<T> |
getObjectClass()
Get the class of the supported object. |
T |
parse(String value)
Parse the given definition string and create an object instance. |
Method Detail |
---|
String getIdentifier()
:
Class<T> getObjectClass()
T parse(String value)
value
- the definition string to parse
null
String asString(T object)
parse(String)
.
object
- the object to create a string representation for
|
Humboldt Alignment Editor 2.5.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |