public class XBCPFBlockDecl extends java.lang.Object implements XBBlockDecl
| Constructor and Description |
|---|
XBCPFBlockDecl() |
XBCPFBlockDecl(long[] formatPath,
long groupIndex,
long blockIndex)
Creates a new instance of XBCTypeFormat
|
| Modifier and Type | Method and Description |
|---|---|
void |
attachXBTConsumer(XBTConsumer consumer) |
void |
attachXBTTriger(XBTConsumer.XBTTrigger trigger) |
int |
compareTo(java.lang.Object o) |
boolean |
equals(XBBlockDecl type) |
long |
getAttribCount() |
UBNatural |
getBlockID() |
int |
getBlocksLimit() |
XBCatalog |
getCatalog() |
UBNatural |
getGroupID() |
XBTBlock |
getParameter(XBTBlock block,
int index) |
int |
getParametersCount(XBTBlock block) |
int |
getRevision() |
XBTSerialMethod |
getXBTSerializationMethod()
Serialization method serialization from and to XBUP level 0 protocol.
|
boolean |
isClosed() |
void |
processSpec() |
void |
setCatalog(XBCatalog catalog) |
void |
setParameter(XBTEditableBlock block,
int index,
XBTBlock parameter) |
public XBCPFBlockDecl()
public XBCPFBlockDecl(long[] formatPath,
long groupIndex,
long blockIndex)
public void processSpec()
public boolean equals(XBBlockDecl type)
public int compareTo(java.lang.Object o)
public XBCatalog getCatalog()
public void setCatalog(XBCatalog catalog)
public UBNatural getBlockID()
public UBNatural getGroupID()
public long getAttribCount()
public boolean isClosed()
public void attachXBTTriger(XBTConsumer.XBTTrigger trigger)
public void attachXBTConsumer(XBTConsumer consumer)
public int getRevision()
getRevision in interface XBBlockDeclpublic int getBlocksLimit()
public void setParameter(XBTEditableBlock block, int index, XBTBlock parameter)
public int getParametersCount(XBTBlock block)
public XBTSerialMethod getXBTSerializationMethod()
XBTSerializablegetXBTSerializationMethod in interface XBTSerializable