Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
Android Documentation
ByteEnumer

Class ByteEnumer

Hierarchy

java.lang.Object

Package
com.smartdevicelink.util
All Known Subclasses
com.smartdevicelink.protocol.enums.FrameDataControlFrameType, com.smartdevicelink.protocol.enums.FrameType, com.smartdevicelink.protocol.enums.SecurityQueryErrorCode, com.smartdevicelink.protocol.enums.SecurityQueryType, com.smartdevicelink.protocol.enums.SessionType

Constructors

ByteEnumer( byte value, String name )

protected ByteEnumer(byte value,String name)

Constructor Parameters

value
name

Methods

getValue()

public byte getValue()

getName()

public java.lang.String getName()

equals( ByteEnumer other )

public boolean equals(ByteEnumer other)

Method Parameters

other

eq( ByteEnumer other )

public boolean eq(ByteEnumer other)

Method Parameters

other

value()

public byte value()

get( java.util.Vector<?> theList, byte value )

public static com.smartdevicelink.util.ByteEnumer get(java.util.Vector<?> theList,byte value)

Method Parameters

theList
value

get( java.util.Vector<?> theList, String name )

public static com.smartdevicelink.util.ByteEnumer get(java.util.Vector<?> theList,String name)

Method Parameters

theList
name

Inherited Methods

From Class Methods
java.lang.Object getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize
View on GitHub.com
Previous Section Next Section