|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DiscovererParameter
A representation of the model object 'Discoverer Parameter'.
The following features are supported:
CatalogPackage.getDiscovererParameter()
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute. |
DirectionKind |
getDirection()
Returns the value of the 'Direction' attribute. |
DiscovererDescription |
getDiscoverer()
Returns the value of the 'Discoverer' container reference. |
java.lang.reflect.Field |
getField()
Returns the value of the 'Field' attribute. |
java.lang.reflect.Method |
getGetter()
Returns the value of the 'Getter' attribute. |
java.lang.String |
getId()
Returns the value of the 'Id' attribute. |
java.lang.reflect.Method |
getInitializer()
Returns the value of the 'Initializer' attribute. |
java.lang.reflect.Method |
getSetter()
Returns the value of the 'Setter' attribute. |
java.lang.Class<?> |
getType()
Returns the value of the 'Type' attribute. |
boolean |
isRequiredInput()
Returns the value of the 'Required Input' attribute. |
void |
setDescription(java.lang.String value)
Sets the value of the ' Description ' attribute. |
void |
setDirection(DirectionKind value)
Sets the value of the ' Direction ' attribute. |
void |
setDiscoverer(DiscovererDescription value)
Sets the value of the ' Discoverer ' container reference. |
void |
setField(java.lang.reflect.Field value)
Sets the value of the ' Field ' attribute. |
void |
setGetter(java.lang.reflect.Method value)
Sets the value of the ' Getter ' attribute. |
void |
setId(java.lang.String value)
Sets the value of the ' Id ' attribute. |
void |
setInitializer(java.lang.reflect.Method value)
Sets the value of the ' Initializer ' attribute. |
void |
setRequiredInput(boolean value)
Sets the value of the ' Required Input ' attribute. |
void |
setSetter(java.lang.reflect.Method value)
Sets the value of the ' Setter ' attribute. |
void |
setType(java.lang.Class<?> value)
Sets the value of the ' Type ' attribute. |
Method Detail |
---|
DiscovererDescription getDiscoverer()
Parameter Definitions
'.
If the meaning of the 'Discoverer' container reference isn't clear, there really should be more of a description here...
setDiscoverer(DiscovererDescription)
,
CatalogPackage.getDiscovererParameter_Discoverer()
,
DiscovererDescription.getParameterDefinitions()
void setDiscoverer(DiscovererDescription value)
Discoverer
' container reference.
value
- the new value of the 'Discoverer' container reference.getDiscoverer()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
CatalogPackage.getDiscovererParameter_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
DirectionKind getDirection()
DirectionKind
.
If the meaning of the 'Direction' attribute isn't clear, there really should be more of a description here...
DirectionKind
,
setDirection(DirectionKind)
,
CatalogPackage.getDiscovererParameter_Direction()
void setDirection(DirectionKind value)
Direction
' attribute.
value
- the new value of the 'Direction' attribute.DirectionKind
,
getDirection()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
CatalogPackage.getDiscovererParameter_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
boolean isRequiredInput()
If the meaning of the 'Required Input' attribute isn't clear, there really should be more of a description here...
setRequiredInput(boolean)
,
CatalogPackage.getDiscovererParameter_RequiredInput()
void setRequiredInput(boolean value)
Required Input
' attribute.
value
- the new value of the 'Required Input' attribute.isRequiredInput()
java.lang.Class<?> getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(Class)
,
CatalogPackage.getDiscovererParameter_Type()
void setType(java.lang.Class<?> value)
Type
' attribute.
value
- the new value of the 'Type' attribute.getType()
java.lang.reflect.Field getField()
If the meaning of the 'Field' attribute isn't clear, there really should be more of a description here...
setField(Field)
,
CatalogPackage.getDiscovererParameter_Field()
void setField(java.lang.reflect.Field value)
Field
' attribute.
value
- the new value of the 'Field' attribute.getField()
java.lang.reflect.Method getGetter()
If the meaning of the 'Getter' attribute isn't clear, there really should be more of a description here...
setGetter(Method)
,
CatalogPackage.getDiscovererParameter_Getter()
void setGetter(java.lang.reflect.Method value)
Getter
' attribute.
value
- the new value of the 'Getter' attribute.getGetter()
java.lang.reflect.Method getSetter()
If the meaning of the 'Setter' attribute isn't clear, there really should be more of a description here...
setSetter(Method)
,
CatalogPackage.getDiscovererParameter_Setter()
void setSetter(java.lang.reflect.Method value)
Setter
' attribute.
value
- the new value of the 'Setter' attribute.getSetter()
java.lang.reflect.Method getInitializer()
If the meaning of the 'Initializer' attribute isn't clear, there really should be more of a description here...
setInitializer(Method)
,
CatalogPackage.getDiscovererParameter_Initializer()
void setInitializer(java.lang.reflect.Method value)
Initializer
' attribute.
value
- the new value of the 'Initializer' attribute.getInitializer()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |