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 TypeMethodDescriptionboolean
getName()
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.int
hashCode()
boolean
Returns whether property value matches the default one (so it wasn't changed by the user)void
Sets the property valuetoString()
-
Constructor Details
-
Method Details
-
equals
-
getName
Description copied from interface:ICheckParameterSettings
Gets the name of the parameter- Specified by:
getName
in interfaceICheckParameterSettings
- Returns:
- The name of the parameter. May not be
null
-
getTitle
Description copied from interface:ICheckParameterSettings
Gets the title of the parameter- Specified by:
getTitle
in interfaceICheckParameterSettings
- Returns:
- The title of the paramter. May not be
null
-
getType
Description copied from interface:ICheckParameterSettings
Gets the type of the parameter- Specified by:
getType
in interfaceICheckParameterSettings
- Returns:
- The type of the parameter. May not be
null
-
getValue
Description copied from interface:ICheckParameterSettings
Gets the current raw value of the parameter. May not benull
- Specified by:
getValue
in 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:ICheckParameterSettings
Returns whether property value matches the default one (so it wasn't changed by the user)- Specified by:
isDefault
in interfaceICheckParameterSettings
- Returns:
- True if the parameter value wasn't changed by the user
-
setValue
Description copied from interface:ICheckParameterSettings
Sets the property value- Specified by:
setValue
in interfaceICheckParameterSettings
- Parameters:
value
- the value to set
-
toString
-