org.activiti.engine.impl.form
类 BooleanFormType

java.lang.Object
  继承者 org.activiti.engine.form.AbstractFormType
      继承者 org.activiti.engine.impl.form.BooleanFormType
所有已实现的接口:
FormType

public class BooleanFormType
extends AbstractFormType

作者:
Frederik Heremans

构造方法摘要
BooleanFormType()
           
 
方法摘要
 Object convertFormValueToModelValue(String propertyValue)
           
 String convertModelValueToFormValue(Object modelValue)
           
 String getMimeType()
           
 String getName()
          Name for the form type.
 
从类 org.activiti.engine.form.AbstractFormType 继承的方法
getInformation
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

BooleanFormType

public BooleanFormType()
方法详细信息

getName

public String getName()
从接口 FormType 复制的描述
Name for the form type.


getMimeType

public String getMimeType()

convertFormValueToModelValue

public Object convertFormValueToModelValue(String propertyValue)
指定者:
AbstractFormType 中的 convertFormValueToModelValue

convertModelValueToFormValue

public String convertModelValueToFormValue(Object modelValue)
指定者:
AbstractFormType 中的 convertModelValueToFormValue


Copyright © 2013 Alfresco. All rights reserved.