public class DDefine
extends java.lang.Object
| Constructor | Description |
|---|---|
DDefine(java.lang.String name) |
| Modifier and Type | Method | Description |
|---|---|---|
DAnnotation |
getAnnotation() |
|
java.lang.String |
getName() |
Gets the name of the pattern block.
|
DPattern |
getPattern() |
|
boolean |
isNullable() |
|
void |
setPattern(DPattern pattern) |
public DPattern getPattern()
public DAnnotation getAnnotation()
public void setPattern(DPattern pattern)
public java.lang.String getName()
public boolean isNullable()
Copyright © 2017 Oracle Corporation. All rights reserved.