fr.dyade.aaa.agent

Class StringId


public final class StringId
extends java.lang.Object

Method Summary

static String
toStringId(char label, char sep, int x, int y, int z)
Returns a string representation of id: label + x + sep + y + sep + z.

Method Details

toStringId

public static final String toStringId(char label,
                                      char sep,
                                      int x,
                                      int y,
                                      int z)
Returns a string representation of id: label + x + sep + y + sep + z. At least x must be provided and higher or equal to 0, if y or z are less than 0 they are ignored.


Copyright B) 2004 Scalagent - All rights reserved