Class CmsTypeWrapper

java.lang.Object
org.opencms.acacia.client.export.CmsTypeWrapper
All Implemented Interfaces:
org.timepedia.exporter.client.Exportable

public class CmsTypeWrapper extends Object implements org.timepedia.exporter.client.Exportable
Exportable wrapper for entity types.

  • Constructor Details

    • CmsTypeWrapper

      public CmsTypeWrapper()
      Default constructor.
    • CmsTypeWrapper

      public CmsTypeWrapper(org.opencms.acacia.shared.CmsType type)
      Wrapper constructor.

      Parameters:
      type - the type object to wrap
  • Method Details

    • getAttributeMaxOccurrence

      public int getAttributeMaxOccurrence(String attributeName)
      Wrapper method.

      Parameters:
      attributeName - parameter for the wrapped method
      Returns:
      the result of the wrapped method
    • getAttributeMinOccurrence

      public int getAttributeMinOccurrence(String attributeName)
      Wrapper method.

      Parameters:
      attributeName - parameter for the wrapped method
      Returns:
      the result of the wrapped method
    • getAttributeNames

      Wrapper method.

      Returns:
      the result of the wrapped method
    • getAttributeType

      public CmsTypeWrapper getAttributeType(String attributeName)
      Wrapper method.

      Parameters:
      attributeName - parameter for the wrapped method
      Returns:
      the result of the wrapped method
    • getAttributeTypeName

      public String getAttributeTypeName(String attributeName)
      Wrapper method.

      Parameters:
      attributeName - parameter for the wrapped method
      Returns:
      the result of the wrapped method
    • getChoiceMaxOccurrence

      public int getChoiceMaxOccurrence()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • getId

      public String getId()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • isChoice

      public boolean isChoice()
      Wrapper method.

      Returns:
      the result of the wrapped method
    • isSimpleType

      public boolean isSimpleType()
      Wrapper method.

      Returns:
      the result of the wrapped method