Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.alsb.presentation
Class ViewField

java.lang.Object
  extended by com.bea.alsb.presentation.ViewField

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TransportViewField

public class ViewField
extends java.lang.Object
implements java.io.Serializable

Represents a single read-only UI element in provider-specific portion of the service summary page OSB console service registration wizard.

See Also:
Serialized Form

Constructor Summary
ViewField(java.lang.String label, java.lang.Object value)
          default constructor
ViewField(java.lang.String name, java.lang.String label, java.lang.Object value)
          default constructor

 

Method Summary
 java.lang.String getLabel()
          returns the label for the field
 java.lang.Object getName()
          returns the value for the field
 java.lang.Object getValue()
          returns the value for the field
 boolean isAdvanced()
           
 boolean isBasic()
          return the "basic" flag
 void setAdvanced(boolean isAdvanced)
          sets "disabled" flag

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ViewField

public ViewField(java.lang.String label,
                 java.lang.Object value)
default constructor

ViewField

public ViewField(java.lang.String name,
                 java.lang.String label,
                 java.lang.Object value)
default constructor

Method Detail

getLabel

public java.lang.String getLabel()
returns the label for the field

getValue

public java.lang.Object getValue()
returns the value for the field

getName

public java.lang.Object getName()
returns the value for the field

isBasic

public boolean isBasic()
return the "basic" flag

isAdvanced

public boolean isAdvanced()

setAdvanced

public void setAdvanced(boolean isAdvanced)
sets "disabled" flag

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.