class func localName (forName : String) -> String
Returns the local name from the specified qualified name.
指定された修飾名からローカル名を返します。
var prefix: String?
Returns the prefix of the receiver’s name.
レシーバのもつ名前の接頭辞を返します。
class func prefix(forName : String) -> String?
Returns the prefix from the specified qualified name.
指定された修飾名から接頭辞を返します。