public class InjectSpecificationImpl extends org.apache.hivemind.impl.BaseLocatable implements InjectSpecification
Constructor and Description |
---|
InjectSpecificationImpl() |
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 name) |
void |
setType(java.lang.String type) |
public InjectSpecificationImpl()
public java.lang.String getObject()
InjectSpecification
getObject
in interface InjectSpecification
public void setObject(java.lang.String object)
setObject
in interface InjectSpecification
public java.lang.String getProperty()
InjectSpecification
getProperty
in interface InjectSpecification
public void setProperty(java.lang.String name)
setProperty
in interface InjectSpecification
public java.lang.String getType()
InjectSpecification
object property
differently. Ultimately, the type is used to select the
correct InjectEnhancementWorker
.getType
in interface InjectSpecification
public void setType(java.lang.String type)
setType
in interface InjectSpecification