Class ProfileTypeUID


@NonNullByDefault public class ProfileTypeUID extends UID
Identifier of a profile type.
Author:
Simon Kaufmann - Initial contribution
  • Field Details

  • Constructor Details

    • ProfileTypeUID

      public ProfileTypeUID(String profileType)
    • ProfileTypeUID

      public ProfileTypeUID(String scope, String id)
  • Method Details

    • getMinimalNumberOfSegments

      protected int getMinimalNumberOfSegments()
      Description copied from class: AbstractUID
      Specifies how many segments the UID has to have at least.
      Specified by:
      getMinimalNumberOfSegments in class AbstractUID
      Returns:
      the number of segments
    • getScope

      public String getScope()
    • getId

      public String getId()