public class NotifFlexfield extends BasePOJO
Constructor and Description |
---|
NotifFlexfield(java.lang.String pCode,
java.lang.String pDisplayName,
java.lang.String pDescription,
DataTypeEnum pDataType,
java.io.Serializable pValue)
Creates a FlexDeploy FlexField.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCode()
Returns the code of the FlexField.
|
java.lang.String |
getDescription()
Returns the description of the FlexField.
|
java.lang.String |
getDisplayName()
Returns the display name of the FlexField.
|
java.lang.String |
getType()
Returns the datatype name of the FlexField.
|
DataTypeEnum |
getTypeEnum()
Returns an Enum representing the datatype of the FlexField.
|
java.io.Serializable |
getValue()
Returns the value of this FlexField.
|
public NotifFlexfield(java.lang.String pCode, java.lang.String pDisplayName, java.lang.String pDescription, DataTypeEnum pDataType, java.io.Serializable pValue)
pCode
- The FlexField code.pDisplayName
- The FlexField display name.pDescription
- The FlexField description.pValue
- The FlexField value.public java.lang.String getCode()
public java.lang.String getDisplayName()
public java.lang.String getDescription()
public DataTypeEnum getTypeEnum()
public java.lang.String getType()
public java.io.Serializable getValue()