public interface NamedObject
extends com.itko.lisa.test.NameGenerator
Modifier and Type | Interface and Description |
---|---|
static class |
NamedObject.NameType |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createUniqueName(java.lang.String aName)
This method ensures the uniqueness of the input name.
|
java.lang.String |
getName()
On object that implement this interface, this method is called to fetch
the name of the object
|
NamedObject.NameType |
getNameType()
Returns the type of Element Name.
|
void |
setName(java.lang.String name)
This method is called to set the name of the object
|
void |
setNameType(NamedObject.NameType type)
Sets the element name-type.
|
java.lang.String getName()
void setName(java.lang.String name)
java.lang.String createUniqueName(java.lang.String aName)
aName
- NamedObject.NameType getNameType()
void setNameType(NamedObject.NameType type)
type
- Copyright © 1998-2014 CA, Inc. All Rights Reserved.