Uses of Class
com.foursoft.harness.vec.v113.VecInstruction
Packages that use VecInstruction
-
Uses of VecInstruction in com.foursoft.harness.vec.v113
Subclasses of VecInstruction in com.foursoft.harness.vec.v113Modifier and TypeClassDescriptionclassA DocumentBasedInstruction is an Instruction to a SheetOrChapter in a DocumentVersion or to a complete DocumentVersion.classA FileBasedInstruction is an Instruction that references a file packaged together with a VEC-document.classA TextBasedInstruction is used to specify human readable instructions in text.Fields in com.foursoft.harness.vec.v113 with type parameters of type VecInstructionModifier and TypeFieldDescriptionprotected List<VecInstruction>VecConnection.installationInstructionsSpecifies installation instruction for the connection.protected List<VecInstruction>VecConnectionEnd.installationInstructionsConnectionEndprotected List<VecInstruction>VecConnectionGroup.installationInstructionsSpecifies additional InstallationInstructions for the ConnectionGroup.protected List<VecInstruction>VecOccurrenceOrUsage.installationInstructionsprotected List<VecInstruction>VecItemVersion.processingInstructionsProcessing instructions for the application of the part or the document.Methods in com.foursoft.harness.vec.v113 that return types with arguments of type VecInstructionModifier and TypeMethodDescriptionVecConnection.getInstallationInstructions()Gets the value of the installationInstructions property.VecConnectionEnd.getInstallationInstructions()Gets the value of the installationInstructions property.VecConnectionGroup.getInstallationInstructions()Gets the value of the installationInstructions property.VecOccurrenceOrUsage.getInstallationInstructions()Gets the value of the installationInstructions property.VecItemVersion.getProcessingInstructions()Gets the value of the processingInstructions property.