Package org.hl7.fhir.utilities
Class ElementDecoration
- java.lang.Object
-
- org.hl7.fhir.utilities.ElementDecoration
-
public class ElementDecoration extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classElementDecoration.DecorationType
-
Constructor Summary
Constructors Constructor Description ElementDecoration(ElementDecoration.DecorationType type, String link, String text)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIcon()StringgetLink()StringgetText()ElementDecoration.DecorationTypegetType()booleanhasLink()
-
-
-
Constructor Detail
-
ElementDecoration
public ElementDecoration(ElementDecoration.DecorationType type, String link, String text)
-
-