public interface InjectSpecification extends org.apache.hivemind.LocationHolder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getObject()
Returns the string used to indentify a particular object.
|
java.lang.String |
getProperty()
Returns the name of the property to be created.
|
java.lang.String |
getType()
Returns the type of injection.
|
void |
setObject(java.lang.String object) |
void |
setProperty(java.lang.String property) |
void |
setType(java.lang.String type) |
java.lang.String getProperty()
void setProperty(java.lang.String property)
java.lang.String getType()
object property
differently. Ultimately, the type is used to select the
correct InjectEnhancementWorker
.void setType(java.lang.String type)
java.lang.String getObject()
void setObject(java.lang.String object)