Class MetaListProperty

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class MetaListProperty
    extends MetaContainerProperty
    A container property is a container of a property of another type. This is usually used for lists or tables. They may only contain one type of the data - the containedPoperty.
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • MetaListProperty

        public MetaListProperty​(java.lang.String name)

        Constructor for MetaListProperty.

        Parameters:
        name - a String object.
      • MetaListProperty

        public MetaListProperty​(java.lang.String name,
                                MetaProperty aContainedProperty)

        Constructor for MetaListProperty.

        Parameters:
        name - a String object.
        aContainedProperty - a MetaProperty object.
    • Method Detail

      • getContainedProperty

        public MetaProperty getContainedProperty()

        Getter for the field containedProperty.

        Returns:
        a MetaProperty object.
      • setContainedProperty

        public void setContainedProperty​(MetaProperty property)

        Setter for the field containedProperty.

        Parameters:
        property - a MetaProperty object.
      • toJavaType

        public java.lang.String toJavaType()

        toJavaType.

        Overrides:
        toJavaType in class MetaProperty
        Returns:
        a String object.
      • toJavaErasedType

        public java.lang.String toJavaErasedType()

        toJavaErasedType.

        Overrides:
        toJavaErasedType in class MetaProperty
        Returns:
        a String object.