ParsedPatternpublic class DDataPattern extends DPattern
| Modifier and Type | Class | Description |
|---|---|---|
class |
DDataPattern.Param |
Parameter to a data pattern.
|
| Constructor | Description |
|---|---|
DDataPattern() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
accept(DPatternVisitor visitor) |
|
java.lang.String |
getDatatypeLibrary() |
Gets the datatype library URI.
|
DPattern |
getExcept() |
Gets the pattern that reprsents the
<except> child of this data pattern. |
java.util.List<DDataPattern.Param> |
getParams() |
Gets the parameters of this <data pattern.
|
java.lang.String |
getType() |
Gets the datatype name, such as "int" or "token".
|
boolean |
isNullable() |
Returns true if this pattern is nullable.
|
createParseable, getAnnotation, getLocation, isAttribute, isElementpublic java.lang.String getDatatypeLibrary()
public java.lang.String getType()
public java.util.List<DDataPattern.Param> getParams()
public DPattern getExcept()
<except> child of this data pattern.public boolean isNullable()
DPatternisNullable in class DPatternpublic java.lang.Object accept(DPatternVisitor visitor)
Copyright © 2018 Oracle Corporation. All rights reserved.