ParsedPatternpublic class DValuePattern extends DPattern
| Constructor | Description |
|---|---|
DValuePattern(String datatypeLibrary,
String type,
String value,
Context context,
String ns) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
accept(DPatternVisitor visitor) |
|
Context |
getContext() |
|
String |
getDatatypeLibrary() |
|
String |
getNs() |
|
String |
getType() |
|
String |
getValue() |
|
boolean |
isNullable() |
Returns true if this pattern is nullable.
|
createParseable, getAnnotation, getLocation, isAttribute, isElementpublic String getDatatypeLibrary()
public String getType()
public String getValue()
public Context getContext()
public String getNs()
public boolean isNullable()
DPatternisNullable in class DPatternpublic Object accept(DPatternVisitor visitor)
Copyright © 2018 Oracle Corporation. All rights reserved.