public class OLibraryImpl extends RAMLLanguageElementImpl implements OLibrary
| Modifier | Constructor and Description |
|---|---|
protected |
OLibraryImpl() |
|
OLibraryImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationType> |
annotationTypes() |
String |
name() |
List<ResourceType> |
resourceTypes() |
List<GlobalSchema> |
schemas() |
List<SecuritySchemaType> |
securitySchemaTypes() |
List<SecuritySchema> |
securitySchemes() |
List<Trait> |
traits() |
List<DataElement> |
types() |
List<Library> |
uses() |
annotations, description, displayNamegetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, description, displayNamegetErrorspublic OLibraryImpl(Object jsNode, JavaNodeFactory factory)
protected OLibraryImpl()
public List<GlobalSchema> schemas()
public List<DataElement> types()
public List<ResourceType> resourceTypes()
resourceTypes in interface OLibrarypublic List<AnnotationType> annotationTypes()
annotationTypes in interface OLibrarypublic List<SecuritySchemaType> securitySchemaTypes()
securitySchemaTypes in interface OLibrarypublic List<SecuritySchema> securitySchemes()
securitySchemes in interface OLibraryCopyright © 2016 RAML. All rights reserved.