public class Property extends Object
Constructor and Description |
---|
Property(String name,
List<Pattern> allowedRegexp3,
List<String> allowedValue,
List<String> shortHandRefs,
String description,
String onInvalidStr) |
Modifier and Type | Method and Description |
---|---|
List |
getAllowedRegExp()
Return a
List of allowed regular expressions |
List |
getAllowedValues() |
String |
getName() |
List |
getShorthandRefs() |
public List getAllowedRegExp()
List
of allowed regular expressionsList
of allowed regular expressions.public List getAllowedValues()
List
of allowed literal values.public List getShorthandRefs()
List
of allowed shorthand references.public String getName()
Copyright © 2018. All rights reserved.