Package | Description |
---|---|
ext.sulis |
All ext.sulis packages provide commercial classes developed and maintained by SULIS GmbH.
this package holds common utility classes used by all other packages (and useful on their own ;-) |
Modifier and Type | Method and Description |
---|---|
static AttMagic.A |
AttMagic.getAtt(String type,
String att)
deliver info about the attribute in the type
|
Modifier and Type | Method and Description |
---|---|
static List<AttMagic.A> |
AttMagic.findAtt(String attRe)
deliver info about atts in type[s] passing a regex against the att name
|
static List<AttMagic.A> |
AttMagic.findAtt(String typeName,
String attRe)
deliver info about atts in type[s] passing a regex against the att name
|
Map<String,AttMagic.A> |
AttMagic.T.getAllAttsInfo()
deliver info about the type's attributes
|