public class DefinitionVisitorsUtil extends Object
DefinitionVisitor interface.| Constructor and Description |
|---|
DefinitionVisitorsUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
namespaceFor(String basePackage,
String structureDefinitionUrl)
Helper method that returns a fully qualified namespace for a given StructureDefinition url.
|
static String |
recordNameFor(String elementPath)
Helper method to convert a given element path that's delimited by period to a concatenated
string in title case.
|
public static String recordNameFor(String elementPath)
elementPath - the element path delimited by period to be convertedStringpublic static String namespaceFor(String basePackage, String structureDefinitionUrl)
basePackage - the base package to be used as prefix in the returned namespacestructureDefinitionUrl - the StructureDefinition urlCopyright © 2020. All rights reserved.