public class QualifiedName extends Object
Modifier and Type | Class and Description |
---|---|
static class |
QualifiedName.Deserializer |
static class |
QualifiedName.Serializer |
Constructor and Description |
---|
QualifiedName(String... elements) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
QualifiedName |
getChild(String name) |
String |
getElement(int index) |
String[] |
getElements() |
String |
getJoined(char joinCharacter) |
int |
getLength() |
QualifiedName |
getParent() |
int |
hashCode() |
QualifiedName |
prefix(String prefix) |
public QualifiedName(String... elements)
public String[] getElements()
public QualifiedName getParent()
public QualifiedName getChild(String name)
public QualifiedName prefix(String prefix)
public int getLength()
public String getElement(int index)
public String getJoined(char joinCharacter)
Copyright © 2017 ICF Olson. All rights reserved.