|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Particle.ParticleType | |
---|---|
com.eviware.soapui.impl.wadl.inference.schema | |
com.eviware.soapui.impl.wadl.inference.schema.particles |
Uses of Particle.ParticleType in com.eviware.soapui.impl.wadl.inference.schema |
---|
Methods in com.eviware.soapui.impl.wadl.inference.schema that return Particle.ParticleType | |
---|---|
Particle.ParticleType |
Particle.getPType()
Get the ParticleType of the Particle, that is, attribute or element. |
static Particle.ParticleType |
Particle.ParticleType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Particle.ParticleType[] |
Particle.ParticleType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Particle.ParticleType in com.eviware.soapui.impl.wadl.inference.schema.particles |
---|
Methods in com.eviware.soapui.impl.wadl.inference.schema.particles that return Particle.ParticleType | |
---|---|
Particle.ParticleType |
ReferenceParticle.getPType()
|
Particle.ParticleType |
ElementParticle.getPType()
|
Particle.ParticleType |
AttributeParticle.getPType()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |