public class SemanticMapper extends Object
| Constructor and Description |
|---|
SemanticMapper() |
| Modifier and Type | Method and Description |
|---|---|
Class |
getType(String typeName)
Return class for type identified by typeName.
|
String |
getTypeName(Object type)
Return type name for given type.
|
Object |
getValue(Class type,
String valueId)
Return value identified by valueId and type
type. |
String |
getValueId(Object value)
Get value id for value.
|
public Class getType(String typeName)
String by default.typeName - type to get class.public Object getValue(Class type, String valueId)
type.
Return valueId by default;type - valueId - public String getTypeName(Object type)
type - type to get nameCopyright © 2004–2020 Code Lutin. All rights reserved.