public final class FullQualifiedName extends Object implements Serializable
| Constructor and Description | 
|---|
| FullQualifiedName(String namespaceAndName)Create the FQN with given namespace and name (which is split of last  . | 
| FullQualifiedName(String namespace,
                 String name)Create the FQN with given namespace and name | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| String | getFullQualifiedNameAsString() | 
| String | getName() | 
| String | getNamespace() | 
| int | hashCode() | 
| String | toString() | 
public FullQualifiedName(String namespace, String name)
namespace - namespace of FQNname - name of FQNpublic FullQualifiedName(String namespaceAndName)
. of the parameter).namespaceAndName - namespace and name of FQNCopyright © 2013–2023 The Apache Software Foundation. All rights reserved.