public class ValueGenerator
extends java.lang.Object
| Constructor and Description |
|---|
ValueGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
generateConnectionTPIfName(java.lang.String strNativeEmsName,
java.lang.String strEntityRelPos,
java.lang.String strEntityName)
Generates the value for the ConnectionTP interface name
|
static java.lang.String |
generateEntityRelPos(java.lang.String strEntityName)
Generates the value of an entity's relative position to its parent
|
static java.lang.String |
generatePhysicalTPIfName(java.lang.String strNativeEmsName,
java.lang.String strEntityRelPos,
java.lang.String strEntityName)
Generates the value for the PhysicalTP interface name
|
public static java.lang.String generateEntityRelPos(java.lang.String strEntityName)
strEntityName - The entity namepublic static java.lang.String generatePhysicalTPIfName(java.lang.String strNativeEmsName,
java.lang.String strEntityRelPos,
java.lang.String strEntityName)
strNativeEmsName - The NativeEMSName of the entitystrEntityName - The EntityPhysicalName of the entity. This parameter must not
be null or empty.strEntityRelPos - The EntityRelPos of the entity. This parameter must not be
null or empty.public static java.lang.String generateConnectionTPIfName(java.lang.String strNativeEmsName,
java.lang.String strEntityRelPos,
java.lang.String strEntityName)
strNativeEmsName - The NativeEmsName of the entitystrEntityName - The EntityPhysicalName of the entity. This parameter must not
be null or empty.strEntityRelPos - The EntityRelPos of the entity. This parameter must not be
null or empty.