Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


oracle.wcps.property
Interface IName

All Known Subinterfaces:
INamespaceName, IPropertyDefinitionName, IPropertyName, IPropertySetDefinitionName, IPropertySetName
All Known Implementing Classes:
Name, NamespaceName, PropertyDefinitionName, PropertyName, PropertySetDefinitionName, PropertySetName

public interface IName

Represents a non null and URL safe name for the property service entities. Instances of this are immutable. The valid characters are

Character.isLetterOrDigit(char), '-', '_', '.', '{', '}' and Character.isWhitespace(char)


Method Summary
 java.lang.String getName()
          Returns the string representation of this name.

 

Method Detail

getName

java.lang.String getName()
Returns the string representation of this name.
Returns:
the string representation of this name.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-05


Copyright © 2009, 2012, Oracle and/or its affiliates. All rights reserved.