public interface RepositoryIdStrings
| Modifier and Type | Method and Description |
|---|---|
String |
createForAnyType(Class type) |
String |
createForAnyType(Class type,
ClassInfoCache.ClassInfo cinfo) |
String |
createForJavaType(Class clz) |
String |
createForJavaType(Class clz,
ClassInfoCache.ClassInfo cinfo) |
String |
createForJavaType(Serializable ser) |
String |
createSequenceRepID(Class clazz) |
String |
createSequenceRepID(Object ser) |
String |
getClassDescValueRepId() |
RepositoryIdInterface |
getFromString(String repIdString) |
String |
getWStringValueRepId() |
String createForAnyType(Class type, ClassInfoCache.ClassInfo cinfo)
String createForJavaType(Serializable ser) throws TypeMismatchException
TypeMismatchExceptionString createForJavaType(Class clz) throws TypeMismatchException
TypeMismatchExceptionString createForJavaType(Class clz, ClassInfoCache.ClassInfo cinfo) throws TypeMismatchException
TypeMismatchExceptionRepositoryIdInterface getFromString(String repIdString)
String getClassDescValueRepId()
String getWStringValueRepId()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.