Class MetaContainerProperty

  • All Implemented Interfaces:
    java.lang.Cloneable
    Direct Known Subclasses:
    MetaListProperty, MetaTableProperty

    public class MetaContainerProperty
    extends MetaProperty
    TODO please remined another to comment this class
    Version:
    $Id: $Id
    Author:
    another
    • Constructor Detail

      • MetaContainerProperty

        public MetaContainerProperty​(java.lang.String name)

        Constructor for MetaContainerProperty.

        Parameters:
        name - a String object.
      • MetaContainerProperty

        public MetaContainerProperty​(java.lang.String name,
                                     MetaProperty.Type type)

        Constructor for MetaContainerProperty.

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

      • getContainerEntryName

        public java.lang.String getContainerEntryName()

        getContainerEntryName.

        Returns:
        a String object.