OBEROn SDK

com.oberon.ooql.sdk
Class ViewUserColumn.Value

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

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

Value element: combines the effective value with display value


Constructor Summary
ViewUserColumn.Value(java.lang.String value)
          Constructor Use the effective value also for display
ViewUserColumn.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

ViewUserColumn.Value

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

Parameters:
value - the effective value

ViewUserColumn.Value

public ViewUserColumn.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.