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