org.mule.util.scan
Class Grape

java.lang.Object
  extended by org.mule.util.scan.Grape
All Implemented Interfaces:
Serializable, Fruit
Direct Known Subclasses:
SeedlessGrape

public class Grape
extends Object
implements Fruit

TODO

See Also:
Serialized Form

Constructor Summary
Grape()
           
 
Method Summary
 void bite()
           
 int getSeeds()
           
 boolean isBitten()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grape

public Grape()
Method Detail

bite

public void bite()
Specified by:
bite in interface Fruit

isBitten

public boolean isBitten()
Specified by:
isBitten in interface Fruit

getSeeds

public int getSeeds()


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.