public interface StoredProcedureParameter<T> extends Child<T>, OrmStoredProcedureParameterCommType<T,StoredProcedureParameter<T>>
stored-procedure-parameter
xsd typeModifier and Type | Method and Description |
---|---|
StoredProcedureParameter<T> |
clazz(String clazz)
Sets the
class attribute |
StoredProcedureParameter<T> |
description(String description)
Sets the
description element |
String |
getClazz()
Returns the
class attribute |
String |
getDescription()
Returns the
description element |
ParameterMode |
getMode()
Returns the
mode attribute |
String |
getModeAsString()
Returns the
mode attribute |
String |
getName()
Returns the
name attribute |
StoredProcedureParameter<T> |
mode(ParameterMode mode)
Sets the
mode attribute |
StoredProcedureParameter<T> |
mode(String mode)
Sets the
mode attribute |
StoredProcedureParameter<T> |
name(String name)
Sets the
name attribute |
StoredProcedureParameter<T> |
removeClazzAttr()
Removes the
class attribute |
StoredProcedureParameter<T> |
removeDescription()
Removes the
description element |
StoredProcedureParameter<T> |
removeMode()
Removes the
mode attribute |
StoredProcedureParameter<T> |
removeName()
Removes the
name attribute |
StoredProcedureParameter<T> description(String description)
description
elementdescription
- the value for the element description
StoredProcedureParameter
String getDescription()
description
elementdescription
StoredProcedureParameter<T> removeDescription()
description
elementStoredProcedureParameter
StoredProcedureParameter<T> name(String name)
name
attributename
- the value for the attribute name
StoredProcedureParameter
String getName()
name
attributename
StoredProcedureParameter<T> removeName()
name
attributeStoredProcedureParameter
StoredProcedureParameter<T> clazz(String clazz)
class
attributeclazz
- the value for the attribute class
StoredProcedureParameter
String getClazz()
class
attributeclass
StoredProcedureParameter<T> removeClazzAttr()
class
attributeStoredProcedureParameter
StoredProcedureParameter<T> mode(ParameterMode mode)
mode
attributemode
- the value for the attribute mode
StoredProcedureParameter
StoredProcedureParameter<T> mode(String mode)
mode
attributemode
- the value for the attribute mode
StoredProcedureParameter
ParameterMode getMode()
mode
attributemode
String getModeAsString()
mode
attributemode
StoredProcedureParameter<T> removeMode()
mode
attributeStoredProcedureParameter
Copyright © 2022 JBoss by Red Hat. All rights reserved.