Class Subpart.StringSubpart

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      StringSubpart​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId​(Environment env)
      Gets the ID of the subpart
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • id

        private final java.lang.String id
    • Constructor Detail

    • Method Detail

      • getId

        public java.lang.String getId​(Environment env)
        Description copied from interface: Subpart
        Gets the ID of the subpart
        Specified by:
        getId in interface Subpart
        Parameters:
        env - The environment to get it from
        Returns:
        The id
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object