Nested Class Summary
Nested Classes
Enum Constant Summary
Enum Constants
Nearest Bridge cannot provide network identification for stream transformation
Cannot store destination address
Egress port is not AVBCapable
Enhanced feature cannot be propagated to original Port
Enhanced feature cannot be supported without a CNC
Changes in FirstValue for a registered StreamID
Insufficient bridge resources
Insufficient bandwidth for Traffic Class
Reported latency has changed
MaxFanInPorts limit has been reached
MaxFrameSize is too large for media
Requested priority is not an SR Class priority
SR class priority mismatch
Stream destination address already in use
StreamID in use by another Talker
Stream identification type not supported for stream transformation
Stream pre-empted by higher rank
Stream transformation not supported
Use a different destination address
VLAN is blocked on this egress port (Registration Forbidden)
VLAN tagging is disabled on this egress port (untagged set)
Method Summary
All Methods Static Methods Instance Methods Concrete Methods
int
Get the numeric value associated with this enumerated value.
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
InsufficientBandwidth
Insufficient bandwidth
InsufficientResources
Insufficient bridge resources
InsufficientTrafficClassBandwidth
Insufficient bandwidth for Traffic Class
StreamIdInUse
StreamID in use by another Talker
StreamDestinationAddressInUse
Stream destination address already in use
StreamPreemptedByHigherRank
Stream pre-empted by higher rank
LatencyHasChanged
Reported latency has changed
EgressPortNotAvbCapable
Egress port is not AVBCapable
UseDifferentDestinationAddress
Use a different destination address
OutOfMsrpResources
Out of MSRP resources
OutOfMmrpResources
Out of MMRP resources
CannotStoreDestinationAddress
Cannot store destination address
PriorityIsNotAnSrcClass
Requested priority is not an SR Class priority
MaxFanInPortsLimitReached
MaxFanInPorts limit has been reached
FirstValueChangedForStreamId
Changes in FirstValue for a registered StreamID
VlanBlockedOnEgress
VLAN is blocked on this egress port (Registration Forbidden)
VlanTaggingDisabledOnEgress
VLAN tagging is disabled on this egress port (untagged set)
SrClassPriorityMismatch
SR class priority mismatch
FeatureNotPropagated
Enhanced feature cannot be propagated to original Port
MaxLatencyExceeded
MaxLatency exceeded
BridgeDoesNotProvideNetworkId
Nearest Bridge cannot provide network identification for stream transformation
StreamIdTypeNotSupported
Stream identification type not supported for stream transformation
FeatureNotSupported
Enhanced feature cannot be supported without a CNC
Method Details
values
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum class has no constant with the specified name
NullPointerException - if the argument is null
getValue
public int getValue ()
Get the numeric value associated with this enumerated value.
Specified by:
getValue in interface UaEnumeratedType
Returns:
the numeric value associated with this enumerated value.