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, getDescriptorName
T version(String Version)
Version
attributeVersion
- the value for the attribute Version
T
String getVersion()
Version
attributeVersion
T removeVersion()
Version
attributeT
T id(String Id)
Id
attributeId
- the value for the attribute Id
T
String getId()
Id
attributeId
T removeId()
Id
attributeT
T restartable(String Restartable)
Restartable
attributeRestartable
- the value for the attribute Restartable
T
String getRestartable()
Restartable
attributeRestartable
T removeRestartable()
Restartable
attributeT
Copyright © 2022 JBoss by Red Hat. All rights reserved.