com.sap.netweaver.bc.rf.util.namespace

Interface IName

All Superinterfaces:
Serializable
All Known Subinterfaces:
IPropertyName
All Known Implementing Classes:
Name, PropertyName

public interface IName
extends Serializable

Interface describing a namespace-qualified name with a namespace prefix. Please see here .


Field Summary
static String NAMESPACE_SEPARATOR
           
 
Method Summary
 String getFullName()
          Get full name, i.e. including namespace and local name.
 String getLocalName()
          Get local name, i.e. the part behind the namespace.
 String getNamespace()
          Get namespace of the name or an empty string if there is no namespace within the name.
 String getNamespaceOrNull()
          Get namespace of the name or null if there is no namespace within the name, e.g. used when the value is going to be passed to a XML DOM level 2 method.
 

Field Detail

NAMESPACE_SEPARATOR

static final String NAMESPACE_SEPARATOR
See Also:
Constant Field Values
Method Detail

getFullName

String getFullName()
Get full name, i.e. including namespace and local name.

Returns:
full name, i.e. including namespace and local name

getLocalName

String getLocalName()
Get local name, i.e. the part behind the namespace.

Returns:
local name, i.e. the part behind the namespace.

getNamespace

String getNamespace()
Get namespace of the name or an empty string if there is no namespace within the name.

Returns:
namespace of the name or an empty string if there is no namespace within the name

getNamespaceOrNull

String getNamespaceOrNull()
Get namespace of the name or null if there is no namespace within the name, e.g. used when the value is going to be passed to a XML DOM level 2 method.

Returns:
namespace of the name or null if there is no namespace within the name
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2012 SAP AG Complete Copyright Notice