Class RotationUtils.PropertiesBackup.PropertyBackup

    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyBackup​(java.lang.Object propertyValue, boolean isOwnedByRender)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object getValue()  
      boolean isOwnedByRender()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • propertyValue

        private java.lang.Object propertyValue
      • isOwnedByRender

        private boolean isOwnedByRender
    • Constructor Detail

      • PropertyBackup

        public PropertyBackup​(java.lang.Object propertyValue,
                              boolean isOwnedByRender)
    • Method Detail

      • getValue

        public java.lang.Object getValue()
      • isOwnedByRender

        public boolean isOwnedByRender()