Skip navigation links

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

E15033-03


com.bea.alsb.presentation
Interface IPasswordObject

All Known Implementing Classes:
PasswordObject, TransportUIFactory.PasswordObject

public interface IPasswordObject

Password Interface


Field Summary
static int DEFAULT_SIZE
           

 

Method Summary
 int getSize()
          returns the textbox size
 java.lang.String getValue()
          returns the value
 void setValue(java.lang.String value)
          sets the value

 

Field Detail

DEFAULT_SIZE

static final int DEFAULT_SIZE
See Also:
Constant Field Values

Method Detail

getValue

java.lang.String getValue()
returns the value

setValue

void setValue(java.lang.String value)
sets the value

getSize

int getSize()
returns the textbox size

Skip navigation links

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

E15033-03


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