public interface DataElement extends RAMLLanguageElement
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationRef> |
annotations() |
String |
default_() |
MarkdownString |
description() |
String |
displayName() |
String |
example() |
List<ExampleSpec> |
examples() |
List<DataElement> |
facets() |
ModelLocation |
location() |
LocationKind |
locationKind() |
String |
name() |
Boolean |
repeat() |
Boolean |
required() |
String |
schema() |
List<String> |
type() |
String |
usage() |
XMLInfo |
xml() |
getErrorsString name()
XMLInfo xml()
List<DataElement> facets()
String schema()
String usage()
ModelLocation location()
LocationKind locationKind()
String default_()
String example()
List<ExampleSpec> examples()
Boolean repeat()
Boolean required()
String displayName()
displayName in interface RAMLLanguageElementMarkdownString description()
description in interface RAMLLanguageElementList<AnnotationRef> annotations()
annotations in interface RAMLLanguageElementCopyright © 2016 RAML. All rights reserved.