public class LibraryImpl extends JavaElementNode implements Library
| Modifier | Constructor and Description |
|---|---|
protected |
LibraryImpl() |
|
LibraryImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<AnnotationRef> |
annotations() |
List<AnnotationType> |
annotationTypes() |
String |
name() |
List<ResourceType> |
resourceTypes() |
List<GlobalSchema> |
schemas() |
List<SecuritySchemaType> |
securitySchemaTypes() |
List<SecuritySchema> |
securitySchemes() |
List<Trait> |
traits() |
List<DataElement> |
types() |
String |
usage() |
List<Library> |
uses() |
getAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetErrorspublic LibraryImpl(Object jsNode, JavaNodeFactory factory)
protected LibraryImpl()
public List<GlobalSchema> schemas()
public List<AnnotationRef> annotations()
annotations in interface Librarypublic List<DataElement> types()
public List<ResourceType> resourceTypes()
resourceTypes in interface Librarypublic List<AnnotationType> annotationTypes()
annotationTypes in interface Librarypublic List<SecuritySchemaType> securitySchemaTypes()
securitySchemaTypes in interface Librarypublic List<SecuritySchema> securitySchemes()
securitySchemes in interface LibraryCopyright © 2016 RAML. All rights reserved.