public static class ProfileUtilities.ElementDefinitionHolder extends Object
| Constructor and Description |
|---|
ElementDefinitionHolder(ElementDefinition self) |
ElementDefinitionHolder(ElementDefinition self,
boolean isPlaceholder) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseIndex() |
List<ProfileUtilities.ElementDefinitionHolder> |
getChildren() |
ElementDefinition |
getSelf() |
boolean |
isPlaceHolder() |
void |
setBaseIndex(int baseIndex) |
String |
toString() |
public ElementDefinitionHolder(ElementDefinition self, boolean isPlaceholder)
public ElementDefinitionHolder(ElementDefinition self)
public ElementDefinition getSelf()
public List<ProfileUtilities.ElementDefinitionHolder> getChildren()
public int getBaseIndex()
public void setBaseIndex(int baseIndex)
public boolean isPlaceHolder()
Copyright © 2014–2021 Health Level 7. All rights reserved.