Skip navigation links


com.thortech.xl.gc.vo.designtime
Class ParameterType

java.lang.Object
  extended by com.thortech.xl.gc.vo.designtime.ParameterType

All Implemented Interfaces:
java.io.Serializable

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

Written By - MANISH KUMAR GOEL -On Mar 2, 2006

See Also:
Serialized Form

Constructor Summary
ParameterType()
           

 

Method Summary
 void addValidValuesToParameter(java.lang.String value)
           
 java.lang.String getDataLength()
           
 java.lang.String getDatatype()
           
 java.lang.String getDescription()
           
 java.lang.String getDisplayComponentType()
           
 boolean getEncrypted()
           
 java.lang.String getLabel()
           
 java.lang.String getName()
           
 boolean getRequired()
           
 java.lang.String getSize()
           
 java.lang.String getStrValue()
           
 java.lang.String getType()
           
 java.util.ArrayList getValidValueList()
           
 void setDataLength(java.lang.String dataLength)
           
 void setDatatype(java.lang.String datatype)
           
 void setDescription(java.lang.String description)
           
 void setDisplayComponentType(java.lang.String displayComponentType)
           
 void setEncrypted(boolean encrypted)
           
 void setLabel(java.lang.String label)
           
 void setName(java.lang.String name)
           
 void setRequired(boolean required)
           
 void setSize(java.lang.String size)
           
 void setStrValue(java.lang.String strValue)
           
 void setType(java.lang.String type)
           
 void setValidValueList(java.util.ArrayList validValueList)
           
 java.lang.String toString()
           

 

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

 

Constructor Detail

ParameterType

public ParameterType()

Method Detail

getDatatype

public java.lang.String getDatatype()
                             throws ProviderRegistrationException
Returns:
Returns the datatype.
Throws:
ProviderRegistrationException

setDatatype

public void setDatatype(java.lang.String datatype)

getDescription

public java.lang.String getDescription()
Returns:
Returns the description.

setDescription

public void setDescription(java.lang.String description)

getName

public java.lang.String getName()
                         throws ProviderRegistrationException
Returns:
Returns the name.
Throws:
ProviderRegistrationException

setName

public void setName(java.lang.String name)

getType

public java.lang.String getType()
                         throws ProviderRegistrationException
Returns:
Returns the type.
Throws:
ProviderRegistrationException

setType

public void setType(java.lang.String type)

getValidValueList

public java.util.ArrayList getValidValueList()
                                      throws ProviderRegistrationException
Returns:
Returns the validValueList.
Throws:
ProviderRegistrationException

setValidValueList

public void setValidValueList(java.util.ArrayList validValueList)

addValidValuesToParameter

public void addValidValuesToParameter(java.lang.String value)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getEncrypted

public boolean getEncrypted()
                     throws ProviderRegistrationException
Throws:
ProviderRegistrationException

setEncrypted

public void setEncrypted(boolean encrypted)

getRequired

public boolean getRequired()
                    throws ProviderRegistrationException
Throws:
ProviderRegistrationException

setRequired

public void setRequired(boolean required)

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getSize

public java.lang.String getSize()
                         throws ProviderRegistrationException
Throws:
ProviderRegistrationException

setSize

public void setSize(java.lang.String size)

getStrValue

public java.lang.String getStrValue()

setStrValue

public void setStrValue(java.lang.String strValue)

getDataLength

public java.lang.String getDataLength()

setDataLength

public void setDataLength(java.lang.String dataLength)

getDisplayComponentType

public java.lang.String getDisplayComponentType()

setDisplayComponentType

public void setDisplayComponentType(java.lang.String displayComponentType)

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.