com.ibm.icu.text
Class TransliteratorIDParser.SingleID
java.lang.Object
|
+--com.ibm.icu.text.TransliteratorIDParser.SingleID
- Enclosing class:
- com.ibm.icu.text.TransliteratorIDParser
- public static class TransliteratorIDParser.SingleID
- extends java.lang.Object
A structure containing the canonicalized data of a filtered ID,
that is, a basic ID optionally with a filter.
'canonID' is always non-null. It may be the empty string "".
It is the id that should be assigned to the created
transliterator. It _cannot_ be instantiated directly.
'basicID' is always non-null and non-empty. It is always of
the form S-T or S-T/V. It is designed to be fed to low-level
instantiation code that only understands these two formats.
'filter' may be null, if there is none, or non-null and
non-empty.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
canonID
public java.lang.String canonID
basicID
public java.lang.String basicID
filter
public java.lang.String filter
Copyright (c) 2001 IBM Corporation and others.