public interface ConstructorResult<T> extends Child<T>, OrmConstructorResultCommType<T,ConstructorResult<T>,ColumnResult<ConstructorResult<T>>>
constructor-result
xsd typeModifier and Type | Method and Description |
---|---|
ColumnResult<ConstructorResult<T>> |
createColumn()
Creates a new
column element |
List<ColumnResult<ConstructorResult<T>>> |
getAllColumn()
Returns all
column elements |
ColumnResult<ConstructorResult<T>> |
getOrCreateColumn()
If not already created, a new
column element will be created and returned. |
String |
getTargetClass()
Returns the
target-class attribute |
ConstructorResult<T> |
removeAllColumn()
Removes all
column elements |
ConstructorResult<T> |
removeTargetClass()
Removes the
target-class attribute |
ConstructorResult<T> |
targetClass(String targetClass)
Sets the
target-class attribute |
ColumnResult<ConstructorResult<T>> getOrCreateColumn()
column
element will be created and returned.
Otherwise, the first existing column
element will be returned.column
ColumnResult<ConstructorResult<T>> createColumn()
column
elementColumnResult>
List<ColumnResult<ConstructorResult<T>>> getAllColumn()
column
elementscolumn
ConstructorResult<T> removeAllColumn()
column
elementsColumnResult>
ConstructorResult<T> targetClass(String targetClass)
target-class
attributetargetClass
- the value for the attribute target-class
ConstructorResult
String getTargetClass()
target-class
attributetarget-class
ConstructorResult<T> removeTargetClass()
target-class
attributeConstructorResult
Copyright © 2024 JBoss by Red Hat. All rights reserved.