Class CmsTypeWrapper

  • All Implemented Interfaces:
    org.timepedia.exporter.client.Exportable

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

    • Constructor Detail

      • CmsTypeWrapper

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

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

      • getAttributeMaxOccurrence

        public int getAttributeMaxOccurrence​(java.lang.String attributeName)
        Wrapper method.

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

        public int getAttributeMinOccurrence​(java.lang.String attributeName)
        Wrapper method.

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

        public java.lang.String[] getAttributeNames()
        Wrapper method.

        Returns:
        the result of the wrapped method
      • getAttributeType

        public CmsTypeWrapper getAttributeType​(java.lang.String attributeName)
        Wrapper method.

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

        public java.lang.String getAttributeTypeName​(java.lang.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 java.lang.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