Uses of Class
com.serotonin.bacnet4j.enums.MaxSegments
-
Packages that use MaxSegments Package Description com.serotonin.bacnet4j.enums -
-
Uses of MaxSegments in com.serotonin.bacnet4j.enums
Methods in com.serotonin.bacnet4j.enums that return MaxSegments Modifier and Type Method Description static MaxSegments
MaxSegments. valueOf(byte id)
Returns the enum constant of this type with the specified name.static MaxSegments
MaxSegments. valueOf(String name)
Returns the enum constant of this type with the specified name.static MaxSegments[]
MaxSegments. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-