1 | String createENTITY(String literal);↵ | | 1 | String createNCName(String literal);↵
|
|
2 | /**↵ | | 2 | /**↵
|
3 | * Returns a literal representation of an instance of data type '<em>ENTITY</em>'.↵ | | 3 | * Returns a literal representation of an instance of data type '<em>NC Name</em>'.↵
|
4 | * <!-- begin-user-doc -->↵ | | 4 | * <!-- begin-user-doc -->↵
|
5 | * <!-- end-user-doc -->↵ | | 5 | * <!-- end-user-doc -->↵
|
6 | * @param instanceValue an instance value of the data type.↵ | | 6 | * @param instanceValue an instance value of the data type.↵
|
7 | * @return a literal representation of the instance value.↵ | | 7 | * @return a literal representation of the instance value.↵
|
8 | * @generated↵ | | 8 | * @generated↵
|
9 | */↵ | | 9 | */↵
|
10 | String convertENTITY(String instanceValue); | | 10 | String convertNCName(String instanceValue);
|