public class DDefine extends Object
Modifier and Type | Method and 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 © 2021 JBoss by Red Hat. All rights reserved.