public interface NamedType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getTypeName()
On object that implement this interface, this method is called to fetch
the name of the object
|
java.lang.String getTypeName() throws java.lang.Exception
java.lang.Exception
- but is extremely unlikely to, b/c the implementation is
generally just returning a String constant. However, to support calling
this via an RMI interface, we must throw at least RemoteException.Copyright © 1998-2014 CA, Inc. All Rights Reserved.