Package com.netscape.certsrv.base
Class AttributeNameHelper
- java.lang.Object
-
- com.netscape.certsrv.base.AttributeNameHelper
-
public class AttributeNameHelper extends java.lang.Object
AttributeNameHelper. This Helper class used to decompose dot-separated attribute name into prefix and suffix.- Version:
- $Revision$, $Date$
-
-
Constructor Summary
Constructors Constructor Description AttributeNameHelper(java.lang.String name)
Default constructor for the class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPrefix()
Return the prefix of the name.java.lang.String
getSuffix()
Return the suffix of the name.
-