Constructor and Description |
---|
TileCacheGetLegend() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Creates a copy of the object.
|
int |
getCode() |
java.lang.String |
getDescription() |
java.lang.String |
getName() |
java.lang.Object |
invoke(DynObject self,
java.lang.Object[] args) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
cloneQuietly, cloneQuietly
public int getCode() throws DynMethodNotSupportedException
getCode
in interface DynMethod
DynMethodNotSupportedException
public java.lang.String getDescription()
getDescription
in interface DynMethod
public java.lang.Object invoke(DynObject self, java.lang.Object[] args) throws DynMethodException
invoke
in interface DynMethod
DynMethodException
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
- if the instance of the object cannot
be cloned. As this is extending Cloneable
so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.