OBEROn SDK

com.oberon.ooql.sdk
Class FormUserItem.Value

java.lang.Object
  extended by com.oberon.ooql.sdk.FormUserItem.Value
Enclosing class:
FormUserItem

public static class FormUserItem.Value
extends java.lang.Object

Value element: combines the effective value with display value

Since:
4.1

Constructor Summary
FormUserItem.Value(java.lang.String value)
          Constructor Use the effective value also for display
FormUserItem.Value(java.lang.String value, java.lang.String display)
          Constructor
 
Method Summary
 java.lang.String getDataValue()
          Return the effective value
 java.lang.String getDisplayValue()
          Return the display value
 java.lang.String toString()
          Return effective and display values in a single string
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormUserItem.Value

public FormUserItem.Value(java.lang.String value)
Constructor Use the effective value also for display

Parameters:
value - the effective value

FormUserItem.Value

public FormUserItem.Value(java.lang.String value,
                          java.lang.String display)
Constructor

Parameters:
value - the effective value
display - the display value
Method Detail

getDataValue

public java.lang.String getDataValue()
Return the effective value


getDisplayValue

public java.lang.String getDisplayValue()
Return the display value


toString

public java.lang.String toString()
Return effective and display values in a single string

Overrides:
toString in class java.lang.Object

OBEROn SDK

Copyright © 2008-2014 Mirko Solazzi. All Rights Reserved.