public interface ValueMetadata
| Modifier and Type | Method and Description |
|---|---|
boolean |
calculated()
Returns 'true', if the actual value is missing, and returned value has
been obtained from the RAML document by means of some rule.
|
boolean |
emptyMeta()
Returns 'true', if the instance contains no positive information about the value.
|
boolean |
insertedAsDefault()
Returns 'true', if the actual value is missing, and returned value is
stated in the RAML spec as default for the property
|
boolean |
optional()
Returns 'true' for optional siblings of traits and resource types
|
boolean calculated()
boolean insertedAsDefault()
boolean optional()
boolean emptyMeta()
Copyright © 2016. All rights reserved.