Uses of Class
com.eviware.soapui.model.iface.MessagePart.PartType

Packages that use MessagePart.PartType
com.eviware.soapui.model.iface Interface-related model items 
 

Uses of MessagePart.PartType in com.eviware.soapui.model.iface
 

Methods in com.eviware.soapui.model.iface that return MessagePart.PartType
 MessagePart.PartType MessagePart.getPartType()
           
 MessagePart.PartType MessagePart.ContentPart.getPartType()
           
 MessagePart.PartType MessagePart.AttachmentPart.getPartType()
           
 MessagePart.PartType MessagePart.HeaderPart.getPartType()
           
 MessagePart.PartType MessagePart.ParameterPart.getPartType()
           
 MessagePart.PartType MessagePart.FaultPart.getPartType()
           
static MessagePart.PartType MessagePart.PartType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MessagePart.PartType[] MessagePart.PartType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2005-2009 eviware.com. All Rights Reserved.