Uses of Class
org.plutext.jaxb.xslfo.ActiveStateType
-
Uses of ActiveStateType in org.plutext.jaxb.xslfo
Fields in org.plutext.jaxb.xslfo declared as ActiveStateType Modifier and Type Field Description protected ActiveStateTypeMultiPropertySet. activeStateMethods in org.plutext.jaxb.xslfo that return ActiveStateType Modifier and Type Method Description static ActiveStateTypeActiveStateType. fromValue(java.lang.String v)ActiveStateTypeMultiPropertySet. getActiveState()Gets the value of the activeState property.static ActiveStateTypeActiveStateType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ActiveStateType[]ActiveStateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.plutext.jaxb.xslfo with parameters of type ActiveStateType Modifier and Type Method Description voidMultiPropertySet. setActiveState(ActiveStateType value)Sets the value of the activeState property.