|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.certsrv.base.AttributeNameHelper
public class AttributeNameHelper
AttributeNameHelper. This Helper class used to decompose dot-separated attribute name into prefix and suffix.
| Constructor Summary | |
|---|---|
AttributeNameHelper(java.lang.String name)
Default constructor for the class. |
|
| Method Summary | |
|---|---|
java.lang.String |
getPrefix()
Return the prefix of the name. |
java.lang.String |
getSuffix()
Return the suffix of the name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeNameHelper(java.lang.String name)
name - the attribute name.| Method Detail |
|---|
public java.lang.String getPrefix()
public java.lang.String getSuffix()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||