Class MGroupInstance


  • public class MGroupInstance
    extends java.lang.Object
    Group instance representation.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String name
      The name.
      protected java.util.List positions
      The positions.
      protected java.lang.String typename
      The type name.
    • Constructor Summary

      Constructors 
      Constructor Description
      MGroupInstance()  
    • Field Detail

      • name

        protected java.lang.String name
        The name.
      • typename

        protected java.lang.String typename
        The type name.
      • positions

        protected java.util.List positions
        The positions.
    • Constructor Detail

      • MGroupInstance

        public MGroupInstance()
    • Method Detail

      • setName

        public void setName​(java.lang.String name)
        Set the name of the group type.
        Parameters:
        name - The name of the group type.
      • getName

        public java.lang.String getName()
        Get the name of the group type.
        Returns:
        The name of the group type.
      • getTypeName

        public java.lang.String getTypeName()
        Get the type name.
        Returns:
        The typename.
      • setTypeName

        public void setTypeName​(java.lang.String typename)
        Set the type name.
        Parameters:
        typename - The typename to set.
      • getMPositions

        public MPosition[] getMPositions()
        Get the positions.
      • addMPosition

        public void addMPosition​(MPosition position)
        Add a position.
        Parameters:
        position - The position.
      • toString

        public java.lang.String toString()
        Get a string representation of this AGR group instance.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of this AGR group instance.