public class Rendering extends Object
Constructor and Description |
---|
Rendering() |
Modifier and Type | Method and Description |
---|---|
String |
description()
Get description of the data that will help it be interpreted.
|
String |
title()
Get title of data.
|
RenderingType |
type()
Get rendering Type.
|
Rendering |
withDescription(String description)
Set description of the data that will help it be interpreted.
|
Rendering |
withTitle(String title)
Set title of data.
|
Rendering |
withType(RenderingType type)
Set rendering Type.
|
public RenderingType type()
public Rendering withType(RenderingType type)
type
- the type value to setpublic String title()
public Rendering withTitle(String title)
title
- the title value to setpublic String description()
Copyright © 2019. All rights reserved.