
public interface ConstructorResult<T> extends Child<T>, OrmConstructorResultCommType<T,ConstructorResult<T>,ColumnResult<ConstructorResult<T>>>
constructor-result xsd type| Modifier 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.columnColumnResult<ConstructorResult<T>> createColumn()
column elementColumnResult> List<ColumnResult<ConstructorResult<T>>> getAllColumn()
column elementscolumnConstructorResult<T> removeAllColumn()
column elementsColumnResult> ConstructorResult<T> targetClass(String targetClass)
target-class attributetargetClass - the value for the attribute target-classConstructorResultString getTargetClass()
target-class attributetarget-classConstructorResult<T> removeTargetClass()
target-class attributeConstructorResultCopyright © 2025 JBoss by Red Hat. All rights reserved.