Uses of Class
com.orchestranetworks.addon.mame.model.State
-
-
Uses of State in com.orchestranetworks.addon.mame.common.util.metadata
Methods in com.orchestranetworks.addon.mame.common.util.metadata that return State Modifier and Type Method Description static StateMetadataHelper. getState(com.onwbp.adaptation.Adaptation record)Gets theStateof the given record. -
Uses of State in com.orchestranetworks.addon.mame.model
Methods in com.orchestranetworks.addon.mame.model that return State Modifier and Type Method Description static StateState. getState(int state)static StateState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static State[]State. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of State in com.orchestranetworks.addon.mame.service
Methods in com.orchestranetworks.addon.mame.service with parameters of type State Modifier and Type Method Description voidChangeStateOperations. updateState(com.onwbp.adaptation.AdaptationTable table, State targetState)Updates the states for an entire EBX table.voidChangeStateOperations. updateState(com.onwbp.adaptation.AdaptationTable table, State targetState, com.onwbp.adaptation.Request request)Updates the states for records with a specific request on a EBX table -
Uses of State in com.orchestranetworks.addon.mame.service.group
Methods in com.orchestranetworks.addon.mame.service.group that return State Modifier and Type Method Description StateRecord. getState()Deprecated, for removal: This API element is subject to removal in a future version.Allows to return the state of an EBX record
-