Uses of Class
lumis.portal.structure.sync.model.page.InterfaceInstanceRenderAs
-
Packages that use InterfaceInstanceRenderAs Package Description lumis.portal.structure.sync.model.page Models used for synchronizing a page structure file. -
-
Uses of InterfaceInstanceRenderAs in lumis.portal.structure.sync.model.page
Methods in lumis.portal.structure.sync.model.page that return InterfaceInstanceRenderAs Modifier and Type Method Description static InterfaceInstanceRenderAs
InterfaceInstanceRenderAs. fromValue(int value)
Returns Enumeration for value from database.static InterfaceInstanceRenderAs
InterfaceInstanceRenderAs. valueOf(String name)
Returns the enum constant of this type with the specified name.static InterfaceInstanceRenderAs[]
InterfaceInstanceRenderAs. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-