public abstract class TechnologyNameUtils
extends java.lang.Object
| Constructor and Description |
|---|
TechnologyNameUtils() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getTechIntName(TechnologyName pTechnologyName)
Return the TechIntName associated to a TechnologyName.
|
static TechnologyName |
getTechnologyName(java.lang.String pTechIntName)
Obtains a TechnologyName from the technology internal name.
|
static java.lang.String |
getTechnoXmlFileName(java.lang.String pTechIntName)
Obtains the xml file name from the tehcnology internal name.
|
static java.lang.String |
getTechnoXmlFileName(TechnologyName pTechnologyName)
Get the xml file name for the given TechnologyName.
|
public static java.lang.String getTechIntName(TechnologyName pTechnologyName)
public static java.lang.String getTechnoXmlFileName(TechnologyName pTechnologyName)
pTechnologyName - the technology namepublic static TechnologyName getTechnologyName(java.lang.String pTechIntName)
pTechIntName - the technology internal namepublic static java.lang.String getTechnoXmlFileName(java.lang.String pTechIntName)
pTechIntName -