|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DiskSectionType | |
---|---|
com.ibm.adt.ovf.model.utility | |
org.dmtf.schemas.ovf.envelope | |
org.dmtf.schemas.ovf.envelope.util |
Uses of DiskSectionType in com.ibm.adt.ovf.model.utility |
---|
Methods in com.ibm.adt.ovf.model.utility that return DiskSectionType | |
---|---|
protected DiskSectionType |
ImportVMwareAction.extractDiskSection(EnvelopeType envelope)
Locate or create the DiskSection |
Uses of DiskSectionType in org.dmtf.schemas.ovf.envelope |
---|
Methods in org.dmtf.schemas.ovf.envelope that return DiskSectionType | |
---|---|
DiskSectionType |
EnvelopeFactory.createDiskSectionType()
Returns a new object of class 'Disk Section Type'. |
DiskSectionType |
VirtualDiskDescType.getDiskSection()
Returns the value of the 'Disk Section' container reference. |
DiskSectionType |
EnvelopeType.getDiskSection()
Returns the value of the 'Disk Section' reference. |
DiskSectionType |
DocumentRoot.getDiskSection()
Returns the value of the 'Disk Section' containment reference. |
Methods in org.dmtf.schemas.ovf.envelope with parameters of type DiskSectionType | |
---|---|
void |
VirtualDiskDescType.setDiskSection(DiskSectionType value)
Sets the value of the ' Disk Section ' container reference. |
void |
EnvelopeType.setDiskSection(DiskSectionType value)
Sets the value of the ' Disk Section ' reference. |
void |
DocumentRoot.setDiskSection(DiskSectionType value)
Sets the value of the ' Disk Section ' containment reference. |
Uses of DiskSectionType in org.dmtf.schemas.ovf.envelope.util |
---|
Methods in org.dmtf.schemas.ovf.envelope.util with parameters of type DiskSectionType | |
---|---|
T |
EnvelopeSwitch.caseDiskSectionType(DiskSectionType object)
Returns the result of interpreting the object as an instance of 'Disk Section Type'. |
boolean |
EnvelopeValidator.validateDiskSectionType_DiskIdUnique(DiskSectionType diskSectionType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the DiskIdUnique constraint of 'Disk Section Type'. |
boolean |
EnvelopeValidator.validateDiskSectionType_DiskOrder(DiskSectionType diskSectionType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
Validates the DiskOrder constraint of 'Disk Section Type'. |
boolean |
EnvelopeValidator.validateDiskSectionType(DiskSectionType diskSectionType,
DiagnosticChain diagnostics,
java.util.Map<java.lang.Object,java.lang.Object> context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |