Package lumis.portal.structure.sync
Interface IFileElement
-
- All Known Subinterfaces:
IFileGlobalElement
,IFileStructureElement
- All Known Implementing Classes:
Channel
,ChannelResume
,Css
,FileTransformationParameterType
,GlobalGroup
,GlobalInterfaceStyle
,Page
,Project
,ServiceInstance
public interface IFileElement
A root file element.- Since:
- 6.2.0
- Version:
- $Revision$ $Date$
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default double
getFileVersion()
Returns the value of theversion
attribute specified in this file, converted to double.
-
-
-
Method Detail
-
getFileVersion
default double getFileVersion()
Returns the value of theversion
attribute specified in this file, converted to double. If theversion
attribute is not specified,6.2
will be returned.- Returns:
- the version of this file as double.
- Throws:
java.lang.IllegalStateException
- if this object was not generated by reading it from a file.- Since:
- 17.0.0
-
-