org.sapia.archie
Interface NamePart

All Superinterfaces:
Serializable
All Known Implementing Classes:
AttributeNamePart, DefaultNamePart

public interface NamePart
extends 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
 String asString()
           
 

Method Detail

asString

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


Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.