Package ch.ivyteam.ivy.system
Interface IPropertyBase
- All Known Subinterfaces:
ICustomProperty,IProperty,ISystemProperty
Deprecated, for removal: This API element is subject to removal in a future version.
Base interface for all properties
- API:
- This is a public API.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.longDeprecated, for removal: This API element is subject to removal in a future version.getName()Deprecated, for removal: This API element is subject to removal in a future version.getValue()Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(boolean value) Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(int value) Deprecated, for removal: This API element is subject to removal in a future version.voidsetValue(long value) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getName
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property name- Returns:
- property name
- API:
- This public API is available in Java.
-
getValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property value asString- Returns:
- property value.
- See Also:
- API:
- This public API is available in Java.
-
getIntValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property value asint- Returns:
- property value as int
- Throws:
NumberFormatException- if int value cannot be parsed- See Also:
- API:
- This public API is available in Java.
-
getLongValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property value aslong- Returns:
- property value as long
- Throws:
NumberFormatException- if long value cannot be parsed- See Also:
- API:
- This public API is available in Java.
-
getBooleanValue
Deprecated, for removal: This API element is subject to removal in a future version.Gets the property value asboolean- Returns:
- property value as boolean
- See Also:
- API:
- This public API is available in Java.
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the property- Parameters:
value- the new value- API:
- This public API is available in Java.
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the property- Parameters:
value- the new value- API:
- This public API is available in Java.
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the property- Parameters:
value- the new value- API:
- This public API is available in Java.
-
setValue
Deprecated, for removal: This API element is subject to removal in a future version.Sets the value of the property- Parameters:
value- the new value- API:
- This public API is available in Java.
-