org.sapia.archie
Interface NamePart

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AttributeNamePart, DefaultNamePart

public interface NamePart
extends java.io.Serializable

Models a part in a Name.

Author:
Yanick Duchesne
Copyright:
Copyright © 2002-2003 Sapia Open Source Software. All Rights Reserved.
License:
Read the license.txt file of the jar or visit the license page at the Sapia OSS web site
See Also:
Name, NameParser

Method Summary
 java.lang.String asString()
           
 

Method Detail

asString

java.lang.String asString()
Returns:
this instance as a string that can be parsed by the appropriate NameParser.
See Also:
NameParser


Copyright © 2010 Sapia OSS. All Rights Reserved.