类 JaxbHbmFilterParameterType
- java.lang.Object
-
- org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
-
- 所有已实现的接口:
Serializable
public class JaxbHbmFilterParameterType extends Object implements Serializable
Java class for FilterParameterType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FilterParameterType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>- 另请参阅:
- 序列化表格
-
-
字段概要
字段 修饰符和类型 字段 说明 protected StringparameterNameprotected StringparameterValueTypeName
-
构造器概要
构造器 构造器 说明 JaxbHbmFilterParameterType()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetParameterName()Gets the value of the parameterName property.StringgetParameterValueTypeName()Gets the value of the parameterValueTypeName property.voidsetParameterName(String value)Sets the value of the parameterName property.voidsetParameterValueTypeName(String value)Sets the value of the parameterValueTypeName property.
-
-
-
方法详细资料
-
getParameterName
public String getParameterName()
Gets the value of the parameterName property.- 返回:
- possible object is
String
-
setParameterName
public void setParameterName(String value)
Sets the value of the parameterName property.- 参数:
value- allowed object isString
-
getParameterValueTypeName
public String getParameterValueTypeName()
Gets the value of the parameterValueTypeName property.- 返回:
- possible object is
String
-
-