Interface PayloadBlockInfo
public interface PayloadBlockInfo
This class is used to present Meta data associated with a PayloadBlock.
-
Method Summary
Modifier and TypeMethodDescriptiongets the cardinality for this payload blockgetName()
accessor gets the name of the blockReturns the table associated with this blockReturns the table associated with this blockboolean
method checks if this PayloadBlock is optional or mandatory within the Payload.
-
Method Details
-
getName
String getName()accessor gets the name of the block- Returns:
- name of the block
-
getCardinality
PayloadItemCardinality getCardinality()gets the cardinality for this payload block- Returns:
- the cardinality for this payload block
-
isOptional
boolean isOptional()method checks if this PayloadBlock is optional or mandatory within the Payload.- Returns:
- true if the PayloadBlock has optional cardinality. (ie. [0..1] or [0..*] )
-
getPersistenceField
String getPersistenceField()Returns the table associated with this block- Returns:
- Table name
-
getPersistenceField5g
String getPersistenceField5g()Returns the table associated with this block- Returns:
- Table name
-