Class StringID

java.lang.Object
org.eclipse.ecf.core.identity.BaseID
org.eclipse.ecf.core.identity.StringID
All Implemented Interfaces:
Serializable, Comparable, Principal, org.eclipse.core.runtime.IAdaptable, ID
Direct Known Subclasses:
GUID

public class StringID extends BaseID
A string-based identity
See Also:
  • Field Details

    • value

      protected String value
  • Constructor Details

    • StringID

      public StringID()
      Since:
      3.9
    • StringID

      protected StringID(Namespace n, String s)
      Protected constructor for factory-based construction
      Parameters:
      n - the Namespace this identity will belong to
      s - the String defining this StringID
  • Method Details