public interface PayloadBlockInfo
Modifier and Type | Method and Description |
---|---|
PayloadItemCardinality |
getCardinality()
gets the cardinality for this payload block
|
java.lang.String |
getName()
accessor gets the name of the block
|
java.lang.String |
getPersistenceField()
Returns the table associated with this block
|
java.lang.String |
getPersistenceField5g()
Returns the table associated with this block
|
boolean |
isOptional()
method checks if this PayloadBlock is optional or mandatory within the Payload.
|
java.lang.String getName()
PayloadItemCardinality getCardinality()
boolean isOptional()
java.lang.String getPersistenceField()
java.lang.String getPersistenceField5g()