Interface Morphable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Object[]
getTargets()
String
getType()
boolean
morph(String newType)
Insert the method's description here.
-
-
-
Method Detail
-
morph
boolean morph(String newType)
Insert the method's description here. Creation date: (4.2.2001 21:57:20)- Parameters:
newType
- java.lang.String- Returns:
- something
-
getName
String getName()
- Returns:
- something
-
getType
String getType()
- Returns:
- something
-
getTargets
Object[] getTargets()
- Returns:
- something
-
-