Class symantec.itools.db.beans.brl.adapter.editors.DerivColBeanOutputDataTypeEditor
All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class symantec.itools.db.beans.brl.adapter.editors.DerivColBeanOutputDataTypeEditor
Object
   |
   +----PropertyEditorSupport
           |
           +----symantec.itools.db.beans.brl.adapter.editors.DerivColBeanOutputDataTypeEditor
  -  public class DerivColBeanOutputDataTypeEditor
  
-  extends PropertyEditorSupport
  
Class implementing the PropertyEditor interface for
 OutputDataType property
  
  -  
	symantec.itools.db.beans.brl.adapter.editors.DerivColBeanOutputDataTypeEditor()
   -  
 
  
  -  
	getAsText()
   -   return the property value as text
 
  
 -  
	getJavaInitializationString()
   -   This method is intended for use when generating Java code to set
 the value of the property.
  
 -  
	getTags()
   -   getTags() method
 
  
 -  
	setAsText(String)
   -   setAsText() method
 
 
  
DerivColBeanOutputDataTypeEditor
public DerivColBeanOutputDataTypeEditor()
  
getAsText
public java.lang.String getAsText()
  -  return the property value as text
  
 
 
    -  Returns:
    
 -  the value as text
    
 -  Overrides:
    
 -  getAsText in class PropertyEditorSupport
  
 
 
 
getJavaInitializationString
public java.lang.String getJavaInitializationString()
  -  This method is intended for use when generating Java code to set
 the value of the property.  It should return a fragment of Java code
 that can be used to initialize a variable with the current property
 value.
 
 Example results are "2", "new Color(127,127,34)", "Color.orange", etc.
  
 
 
    -  Returns:
    
 -  A fragment of Java code representing an initializer for the
   	current value.
    
 -  Overrides:
    
 -  getJavaInitializationString in class PropertyEditorSupport
  
 
 
 
getTags
public java.lang.String[] getTags()
  -  getTags() method
  
 
 
    -  Returns:
    
 -  array of tags
    
 -  Overrides:
    
 -  getTags in class PropertyEditorSupport
  
 
 
 
setAsText
public void setAsText(String text) throws IllegalArgumentException
  -  setAsText() method
  
 
 
    -  Parameters:
    
 -  text - set to String
    
 -  Overrides:
    
 -  setAsText in class PropertyEditorSupport
  
 
 
 
All Packages  Class Hierarchy  This Package  Previous  Next  Index