com.iphrase.onestep.beans
Class ValueHandler.LinkValue

java.lang.Object
  |
  +--com.iphrase.onestep.beans.ValueHandler.BaseValue
        |
        +--com.iphrase.onestep.beans.ValueHandler.LinkValue
Enclosing class:
ValueHandler

public class ValueHandler.LinkValue
extends ValueHandler.BaseValue

A container for the FeatureMetaData.BaseTypes.LINK OneStep value.


Constructor Summary
ValueHandler.LinkValue(java.lang.Object obj, boolean summarized, boolean logClickThrough)
          Initializes the LinkValue object
 
Method Summary
 ValueHandler getAnchor()
           
 java.lang.String getHref()
           
 boolean getIsLogClickThrough()
           
 ValueHandler.LinkValue[] getSummarizedValues()
           
 
Methods inherited from class com.iphrase.onestep.beans.ValueHandler.BaseValue
EnsureNotSummarized, EnsureSummarized, getIsNull, getIsSummarized, getObject, isNull
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueHandler.LinkValue

public ValueHandler.LinkValue(java.lang.Object obj,
                              boolean summarized,
                              boolean logClickThrough)
Initializes the LinkValue object
Method Detail

getAnchor

public ValueHandler getAnchor()
                       throws com.iphrase.runtime.exception.WebServiceError
Returns:
anchor property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getHref

public java.lang.String getHref()
                         throws com.iphrase.runtime.exception.WebServiceError
Returns:
href property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getSummarizedValues

public ValueHandler.LinkValue[] getSummarizedValues()
                                             throws com.iphrase.runtime.exception.WebServiceError
Returns:
summarizedValues property
Throws:
com.iphrase.runtime.exception.WebServiceError -  

getIsLogClickThrough

public boolean getIsLogClickThrough()
Returns:
isLogClickThrough property

© Copyright 2005, 2006. IBM Corporation. All rights reserved.