de.rowa.posps.client.connection
Class PospsProfileFormatter

java.lang.Object
  extended by de.rowa.posps.client.connection.PospsProfileFormatter

public class PospsProfileFormatter
extends java.lang.Object

Formatting helper for a PospsProfile.

Author:
Michael Koch

Method Summary
static java.lang.String toString(java.util.Collection<de.rowa.wsdl.posps.types.PospsProfile> profiles)
          Formats a collection of PospsProfiles as a human-readable string.
static java.lang.String toString(de.rowa.wsdl.posps.types.PospsProfile profile)
          Formats a PospsProfile as a human-readable string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static java.lang.String toString(de.rowa.wsdl.posps.types.PospsProfile profile)
Formats a PospsProfile as a human-readable string.

Parameters:
profile - The profile to format.
Returns:
Human-readable String describing the format.

toString

public static java.lang.String toString(java.util.Collection<de.rowa.wsdl.posps.types.PospsProfile> profiles)
Formats a collection of PospsProfiles as a human-readable string.

Parameters:
profile - The profiles to format.
Returns:
Human-readable String describing the format.


Copyright © 2007-2016 Becton Dickinson. All Rights Reserved.