Class CometTextLayoutRule

All Implemented Interfaces:
Serializable

@CometTypeConstraints(referenceBinding=TIGHT, hasEmbeddedEntities=true) public class CometTextLayoutRule extends CometLayoutRule

Java class for the Text Rule configuration type

.
See Also:
  • Constructor Details

    • CometTextLayoutRule

      public CometTextLayoutRule()
      Instantiates a new comet text layout rule.
  • Method Details

    • getRepositoryFilename

      public String getRepositoryFilename() throws CometException
      Description copied from class: CometEntity

      Gets the repository filename for this particular item

      This method MUST be overridden by classes extending CometEntity

      Overrides:
      getRepositoryFilename in class CometEntity
      Returns:
      the repository filename of this particular item
      Throws:
      CometException - the comet exception
    • getRepositoryPath

      public String getRepositoryPath() throws CometException
      Description copied from class: CometEntity

      Get the relative repository path for this configuration type.

      This method MUST be overridden by classes extending CometEntity.

      Overrides:
      getRepositoryPath in class CometEntity
      Returns:
      relative repository path
      Throws:
      CometException - the comet exception