| Package | Description |
|---|---|
| org.xbup.catalog | |
| org.xbup.catalog.declaration | |
| org.xbup.io.declaration |
| Modifier and Type | Method and Description |
|---|---|
XBGroupDecl |
XBCachedCatalog.findGroupTypeByPath(java.lang.Long[] xbCatalogPath) |
XBGroupDecl |
XBCatalog.findGroupTypeByPath(java.lang.Long[] xbCatalogPath)
Returns a group type for given XB Path.
|
XBGroupDecl |
XBECatalog.findGroupTypeByPath(java.lang.Long[] xbCatalogPath) |
XBGroupDecl |
XBRCatalog.findGroupTypeByPath(java.lang.Long[] xbCatalogPath) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBGroupDecl> |
XBCachedCatalog.getGroups(XBCFormatSpec spec) |
java.util.List<XBGroupDecl> |
XBCatalog.getGroups(XBCFormatSpec spec)
Returns list of binded specifications for given format specification for
processing context.
|
java.util.List<XBGroupDecl> |
XBECatalog.getGroups(XBCFormatSpec spec) |
java.util.List<XBGroupDecl> |
XBRCatalog.getGroups(XBCFormatSpec spec) |
| Modifier and Type | Class and Description |
|---|---|
class |
XBCGroupDecl
XBUP Level 1 Group specification.
|
class |
XBCPFGroupDecl
Context Group Type Specified by Format Path and group index.
|
class |
XBCPGroupDecl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBGroupDecl> |
XBCPFormatDecl.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
XBCPFGroupDecl.equals(XBGroupDecl type) |
boolean |
XBCPGroupDecl.equals(XBGroupDecl type) |
void |
XBCDeclaration.setContextGroup(XBGroupDecl group) |
| Constructor and Description |
|---|
XBCDeclaration(XBGroupDecl groupDecl) |
| Modifier and Type | Method and Description |
|---|---|
XBGroupDecl |
XBDeclaration.getGroup(int group) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<XBGroupDecl> |
XBFormatDecl.getGroups() |
java.util.List<XBGroupDecl> |
XBGroupDef.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
XBFormatDecl.setGroups(java.util.List<XBGroupDecl> groups) |
void |
XBGroupDef.setGroups(java.util.List<XBGroupDecl> groups) |