public abstract class NumericTypeNode<T> extends AbstractRamlNode implements TypeNode, ObjectNode
| Modifier | Constructor and Description |
|---|---|
|
NumericTypeNode() |
protected |
NumericTypeNode(NumericTypeNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<Number> |
getEnumValues() |
String |
getFormat() |
Number |
getMaximum() |
Number |
getMinimum() |
Number |
getMultiple() |
NodeType |
getType()
Returns the type of this node
|
getEndPosition, getStartPosition, setEndPosition, setStartPositionaddChild, addChild, findAncestorWith, findDescendantsWith, get, getChildren, getParent, getRootNode, getSource, removeChild, replaceWith, setChild, setParent, setSourceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddChild, addChild, copy, findAncestorWith, findDescendantsWith, get, getChildren, getEndPosition, getParent, getRootNode, getSource, getStartPosition, removeChild, replaceWith, setChild, setParent, setSourcepublic NumericTypeNode()
protected NumericTypeNode(NumericTypeNode node)
Copyright © 2016. All rights reserved.