com.sap.caf.eu.gp.structure.api

Interface IGPLabel


public interface IGPLabel

Label indentifies a structure by a name and an optional namespace. The name cannot contain any non-word characters except dot.


Method Summary
 String getName()
          Return label name.
 String getNamespace()
          Return label namespace
 String toString()
          Overriden default-method.
 

Method Detail

getName

String getName()
Return label name.

Returns:
name

getNamespace

String getNamespace()
Return label namespace

Returns:
namespace

toString

String toString()
Overriden default-method. Returns an XML representation of IGPLabel.

Overrides:
toString in class Object


Copyright 2009 SAP AG Complete Copyright Notice