net.sf.beep4j.internal.profile
Class Greeting

java.lang.Object
  extended by net.sf.beep4j.internal.profile.Greeting

public final class Greeting
extends java.lang.Object

Object representation of a BEEP greeting element.

Author:
Simon Raess

Constructor Summary
Greeting(java.lang.String[] localize, java.lang.String[] features, java.lang.String[] profiles)
          Creates a new Greeting object representation.
 
Method Summary
 java.lang.String[] getFeatures()
          Gets an array of feature tokens.
 java.lang.String[] getLocalize()
          Gets an array of localize tokens.
 java.lang.String[] getProfiles()
          Gets an array of profile URIs.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Greeting

public Greeting(java.lang.String[] localize,
                java.lang.String[] features,
                java.lang.String[] profiles)
Creates a new Greeting object representation.

Parameters:
localize - the localize tokens
features - the feature tokens
profiles - an array of profile URIs
Method Detail

getFeatures

public java.lang.String[] getFeatures()
Gets an array of feature tokens.

Returns:
feature token array

getLocalize

public java.lang.String[] getLocalize()
Gets an array of localize tokens.

Returns:
localize token array

getProfiles

public java.lang.String[] getProfiles()
Gets an array of profile URIs.

Returns:
profile URI array

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007 null. All Rights Reserved.