public class PropertyFacets extends Object
| Type | Property and Description |
|---|---|
boolean |
isPattern
Gets the value of the property patternProperty.
|
| Constructor and Description |
|---|
PropertyFacets(PropertyNode propertyNode) |
PropertyFacets(String name,
ResolvedType resolvedType,
Boolean required) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getErrorNode() |
String |
getName() |
String |
getPatternRegex() |
ResolvedType |
getValueType() |
boolean |
isPatternProperty()
Gets the value of the property patternProperty.
|
boolean |
isRequired() |
PropertyFacets |
mergeFacets(PropertyFacets value) |
public boolean isPatternProperty
public PropertyFacets(String name, ResolvedType resolvedType, Boolean required)
public PropertyFacets(PropertyNode propertyNode)
public String getName()
public ResolvedType getValueType()
public boolean isRequired()
public boolean isPatternProperty()
public PropertyFacets mergeFacets(PropertyFacets value)
public Node getErrorNode()
Copyright © 2017. All rights reserved.