Class StringId


  • public class StringId
    extends ValueGroupId<String>
    This class is used in Group instances where the identifying expression evaluated to a String.
    Author:
    Simon Thoresen Hult
    • Constructor Detail

      • StringId

        public StringId​(String value)
        Constructs a new instance of this class.
        Parameters:
        value - The identifying string.