Skip navigation links
EDB/Java
jp.ac.tokushima_u.db.utlf

Class UTLFId

    • Method Detail

      • getSystemId

        public String getSystemId()
        Get System-ID part.
        Returns:
        system Id.
      • getLocalPart

        public String getLocalPart()
        Get Local-ID part (all).
        Returns:
        local part.
      • getLocalId

        public String[] getLocalId(Pattern p)
        Get Local-ID part (all groups matched to pattern).
        Parameters:
        p - local id pattern
        Returns:
        String array of groups if matches, otherwise null.
      • getLocalId

        public String[] getLocalId(String regex)
        Get Local-ID part (all groups matched to pattern).
        Parameters:
        regex - local id regular expression
        Returns:
        String array of groups if matches, otherwise null.
      • getLocalId

        public String getLocalId(Pattern p,
                                 int n)
        Get Local-ID part (one group of matched to patterns).
        Parameters:
        p - pattern
        n - n-th field
        Returns:
        n-th local field.
      • getLocalId

        public String getLocalId(String regex,
                                 int n)
        Get Local-ID part (one group of matched to patterns).
        Parameters:
        regex - local Id regular expression
        n - n-th field
        Returns:
        n-th local field
      • toString

        public String toString()
        Get ID String.
        Overrides:
        toString in class Object
        Returns:
        Id string
      • toURI

        public URI toURI()
      • isUTLFId

        public static boolean isUTLFId(URI uri)
      • isUTLFId

        public static boolean isUTLFId(String id)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
EDB/Java

EDB Working Group at Tue Jun 10 17:08:59 JST 2025