Class ArrayElementDescriptor

  • All Implemented Interfaces:
    com.rapiddweller.common.Named

    public class ArrayElementDescriptor
    extends ComponentDescriptor
    Describes an array element.

    Created: 30.04.2010 10:08:31
    Since:
    0.6.1
    Author:
    Volker Bergmann
    • Constructor Detail

      • ArrayElementDescriptor

        public ArrayElementDescriptor​(int index,
                                      DescriptorProvider provider,
                                      java.lang.String typeName,
                                      TypeDescriptor localType)
        Instantiates a new Array element descriptor.
        Parameters:
        index - the index
        provider - the provider
        typeName - the type name
        localType - the local type
      • ArrayElementDescriptor

        public ArrayElementDescriptor​(int index,
                                      DescriptorProvider provider,
                                      java.lang.String typeName)
        Instantiates a new Array element descriptor.
        Parameters:
        index - the index
        provider - the provider
        typeName - the type name
      • ArrayElementDescriptor

        public ArrayElementDescriptor​(int index,
                                      DescriptorProvider provider,
                                      TypeDescriptor localType)
        Instantiates a new Array element descriptor.
        Parameters:
        index - the index
        provider - the provider
        localType - the local type
    • Method Detail

      • getIndex

        public int getIndex()
        Gets index.
        Returns:
        the index
      • setIndex

        public void setIndex​(int index)
        Sets index.
        Parameters:
        index - the index