com.sapportals.wcm.util.name

Interface IName

All Known Subinterfaces:
IOrderedRelationType, IPropertyName, IRelationType, ISortPropertyName
All Known Implementing Classes:
IllegalPropertyNameException, Name, Name, PropertyName, PropertyNameTooLongException, ProviderPrioPropertyName, QualifiedName, ShowChildrenPropertyName, SortPropertyName

public interface IName

Generic interface for the representation of namespace-qualified names.

Copyright (c) SAP AG 2001-2002


Method Summary
 String getName()
          Returns the local name.
 String getNamespace()
          Returns the namespace URI (a missing namespace is mapped to an empty string).
 String getNamespaceOrNull()
          Returns the namespace URI (a missing namespace is mapped to null ).
 

Method Detail

getNamespace

String getNamespace()
Returns the namespace URI (a missing namespace is mapped to an empty string).

Returns:
namespace

getNamespaceOrNull

String getNamespaceOrNull()
Returns the namespace URI (a missing namespace is mapped to null ). Use this function if the value is going to be passed to a XML DOM level 2 method.

Returns:
namespaceOrNull

getName

String getName()
Returns the local name.

Returns:
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 2014 SAP AG Complete Copyright Notice