Class CheckPropertySettings
java.lang.Object
com.e1c.g5.v8.dt.internal.check.settings.CheckPropertySettings
- All Implemented Interfaces:
ICheckParameterSettings
Base implementation of
ICheckParameterSettings-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Gets the name of the parametergetTitle()Gets the title of the parameterClass<?>getType()Gets the type of the parametergetValue()Gets the current raw value of the parameter.inthashCode()booleanReturns whether property value matches the default one (so it wasn't changed by the user)voidSets the property valuetoString()
-
Constructor Details
-
Method Details
-
equals
-
getName
Description copied from interface:ICheckParameterSettingsGets the name of the parameter- Specified by:
getNamein interfaceICheckParameterSettings- Returns:
- The name of the parameter. May not be
null
-
getTitle
Description copied from interface:ICheckParameterSettingsGets the title of the parameter- Specified by:
getTitlein interfaceICheckParameterSettings- Returns:
- The title of the paramter. May not be
null
-
getType
Description copied from interface:ICheckParameterSettingsGets the type of the parameter- Specified by:
getTypein interfaceICheckParameterSettings- Returns:
- The type of the parameter. May not be
null
-
getValue
Description copied from interface:ICheckParameterSettingsGets the current raw value of the parameter. May not benull- Specified by:
getValuein interfaceICheckParameterSettings- Returns:
- The value of the parameter. May not be
null. May be empty string
-
hashCode
public int hashCode() -
isDefault
public boolean isDefault()Description copied from interface:ICheckParameterSettingsReturns whether property value matches the default one (so it wasn't changed by the user)- Specified by:
isDefaultin interfaceICheckParameterSettings- Returns:
- True if the parameter value wasn't changed by the user
-
setValue
Description copied from interface:ICheckParameterSettingsSets the property value- Specified by:
setValuein interfaceICheckParameterSettings- Parameters:
value- the value to set
-
toString
-