
public interface JobXMLCommonDescriptor<T extends JobXMLCommonDescriptor<T,PROPERTIES1,LISTENERS2,DECISION3,FLOW4,SPLIT5,STEP6>,PROPERTIES1 extends JslPropertiesCommType<T,PROPERTIES1,?>,LISTENERS2 extends JslListenersCommType<T,LISTENERS2,?>,DECISION3 extends JslDecisionCommType<T,DECISION3,?>,FLOW4 extends JslFlowCommType<T,FLOW4,?,?,?,?>,SPLIT5 extends JslSplitCommType<T,SPLIT5,?>,STEP6 extends JslStepCommType<T,STEP6,?,?,?,?,?>> extends Descriptor
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the
Id attribute |
String |
getRestartable()
Returns the
Restartable attribute |
String |
getVersion()
Returns the
Version attribute |
T |
id(String Id)
Sets the
Id attribute |
T |
removeId()
Removes the
Id attribute |
T |
removeRestartable()
Removes the
Restartable attribute |
T |
removeVersion()
Removes the
Version attribute |
T |
restartable(String Restartable)
Sets the
Restartable attribute |
T |
version(String Version)
Sets the
Version attribute |
exportAsString, exportTo, getDescriptorNameT version(String Version)
Version attributeVersion - the value for the attribute VersionTString getVersion()
Version attributeVersionT removeVersion()
Version attributeTT id(String Id)
Id attributeId - the value for the attribute IdTString getId()
Id attributeIdT removeId()
Id attributeTT restartable(String Restartable)
Restartable attributeRestartable - the value for the attribute RestartableTString getRestartable()
Restartable attributeRestartableT removeRestartable()
Restartable attributeTCopyright © 2021 JBoss by Red Hat. All rights reserved.