public class SecuritySchemaImpl extends RAMLLanguageElementImpl implements SecuritySchema
| Modifier | Constructor and Description |
|---|---|
protected |
SecuritySchemaImpl() |
|
SecuritySchemaImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
SecuritySchemaPart |
describedBy() |
MarkdownString |
description() |
String |
name() |
SecuritySchemaSettings |
settings() |
String |
type() |
annotations, displayNamegetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, displayNamegetErrorspublic SecuritySchemaImpl(Object jsNode, JavaNodeFactory factory)
protected SecuritySchemaImpl()
public String name()
name in interface SecuritySchemapublic String type()
type in interface SecuritySchemapublic MarkdownString description()
description in interface RAMLLanguageElementdescription in interface SecuritySchemadescription in class RAMLLanguageElementImplpublic SecuritySchemaPart describedBy()
describedBy in interface SecuritySchemapublic SecuritySchemaSettings settings()
settings in interface SecuritySchemaCopyright © 2016 RAML. All rights reserved.