AbstractName#

abstract class AbstractName implements Name#

Абстрактная реализация интерфейса Name.

Constructors#

AbstractName#

protected AbstractName(boolean gtk, String solutionImage, String namespace, String simpleName, String representation)#

Methods#

equals#

public boolean equals(Object o)#

getCanonicalName#

public String getCanonicalName()#

getNamespace#

public String getNamespace()#

getRepresentation#

public String getRepresentation()#

getSimpleName#

public String getSimpleName()#

getSolutionImage#

public String getSolutionImage()#

hashCode#

public int hashCode()#

isCanonicalName#

public boolean isCanonicalName()#

isGtk#

public boolean isGtk()#

setGtk#

protected void setGtk(boolean value)#

setNamespace#

protected void setNamespace(String value)#

setRepresentation#

protected void setRepresentation(String value)#

setSimpleName#

protected void setSimpleName(String value)#

setSolutionImage#

protected void setSolutionImage(String value)#

toString#

public String toString()#