类 XItemParameterValue
java.lang.Object
com.gdxsoft.easyweb.script.template.XItemParameterValue
- 所有已实现的接口:
Serializable
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getName()getRef()getType()booleanisCDATA()booleanbooleanisUnique()voidsetDescriptions(Descriptions descriptions) voidsetIsCDATA(boolean isCDATA) voidsetIsNotJsShow(boolean isNotJsShow) voidsetIsUnique(boolean isUnique) voidvoidvoid
-
构造器详细资料
-
XItemParameterValue
public XItemParameterValue()
-
-
方法详细资料
-
getName
- 返回:
- the _Name
-
setName
- 参数:
name- the _Name to set
-
getType
- 返回:
- the _Type
-
setType
- 参数:
type- the _Type to set
-
getRef
- 返回:
- the _Ref
-
setRef
- 参数:
ref- the _Ref to set
-
getDescriptions
- 返回:
- the _Descriptions
-
setDescriptions
- 参数:
descriptions- the _Descriptions to set
-
isCDATA
public boolean isCDATA()- 返回:
- the _IsCDATA
-
setIsCDATA
public void setIsCDATA(boolean isCDATA) - 参数:
isCDATA- the _IsCDATA to set
-
isUnique
public boolean isUnique()- 返回:
- the _IsUnique
-
setIsUnique
public void setIsUnique(boolean isUnique) - 参数:
isUnique- the _IsUnique to set
-
isNotJsShow
public boolean isNotJsShow()- 返回:
- the _IsNotJsShow
-
setIsNotJsShow
public void setIsNotJsShow(boolean isNotJsShow) - 参数:
isNotJsShow- the _IsNotJsShow to set
-