Class InlineContent


  • public class InlineContent
    extends Object
    Used to capture the members for a small set of items - which are defined inline.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      String[] members  
    • Constructor Summary

      Constructors 
      Constructor Description
      InlineContent​(String[] members)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • members

        public String[] members
    • Constructor Detail

      • InlineContent

        public InlineContent​(String[] members)
        Parameters:
        members - The set of Strings that define the Inline Content.