public class NumberElementImpl extends DataElementImpl implements NumberElement
| Modifier | Constructor and Description |
|---|---|
protected |
NumberElementImpl() |
|
NumberElementImpl(Object jsNode,
JavaNodeFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
enum_() |
String |
format() |
Double |
maximum() |
Double |
minimum() |
Double |
multipleOf() |
annotations, default_, description, displayName, example, examples, facets, location, locationKind, name, repeat, required, schema, type, usage, xmlgetAttribute, getAttributes, getElement, getElements, getErrors, toJSON, toJSONclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotations, default_, description, displayName, example, examples, facets, location, locationKind, name, repeat, required, schema, type, usage, xmlgetErrorspublic NumberElementImpl(Object jsNode, JavaNodeFactory factory)
protected NumberElementImpl()
public Double minimum()
minimum in interface NumberElementpublic Double maximum()
maximum in interface NumberElementpublic List<String> enum_()
enum_ in interface NumberElementpublic String format()
format in interface NumberElementpublic Double multipleOf()
multipleOf in interface NumberElementCopyright © 2016 RAML. All rights reserved.