Package com.axemble.vdoc.sdk.interfaces
Interface ITreatmentDefinition
- All Superinterfaces:
- Serializable
This class retrieves a treatment connection
- Author:
- ploureiro
- 
Method SummaryModifier and TypeMethodDescriptiongetDescription(String language) Gets the description of the treatment.Gets the label of the treatment.getName()Gets the name of the treatment.Gets the value of a property.Get all configuration values by sysnamevoidSets a value to a property
- 
Method Details- 
getLabelGets the label of the treatment.- Parameters:
- language-
- Returns:
- a string object.
 
- 
getDescriptionGets the description of the treatment.- Parameters:
- language-
- Returns:
- a string object.
 
- 
getNameString getName()Gets the name of the treatment.- Returns:
- a string object.
 
- 
setValueSets a value to a property- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
- 
getValueGets the value of a property.- Parameters:
- propertyName- The system name of the property.
- Returns:
- A Objectobject.
 
- 
getValuesGet all configuration values by sysname- Parameters:
- name-
- Returns:
- A Mapof java.lang.String and java.lang.Object entries.
 
 
-