Enum Class FCDotNXP0103DashS3
- All Implemented Interfaces:
Serializable
,Comparable<FCDotNXP0103DashS3>
,Constable
,FourCornerDotColleGram5
,FourCornerX00PetitVide
,FourCornerX18CakePointDotIndex
,FourCornerX18CakePointDotName
,FourCornerX18CakePointSequence
"FC.NXP0103-S3" Four Corner Application Natural X-state Phasing for tri-state or high impedance (Hi-Z) signals.
- Version:
- 1.0 Jan 07, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAnd this has a higher cake point dot index number as STATE_LOW.JediTempleBase8InfinityOne first value of T002 is true, thus active low for control signals. -
Method Summary
Modifier and TypeMethodDescriptionint
One cake piece weights 800 gramstatic FCDotNXP0103DashS3
valueOf
(int idx) Returns the enum constant of this class with the specified name.static FCDotNXP0103DashS3
Returns the enum constant of this class with the specified name.static FCDotNXP0103DashS3[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.static int
Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX00PetitVide
kaasX00CoinCarne, kaasX06BaklavaSequence, kaasX08MuffinSequence, kaasX18CakeDotIndex, kaasX18CakeDotName, kaasX18CakeSequence, kaasX21CodeDotIndex, kaasX21CodeSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX18CakePointDotIndex
cakePointSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX18CakePointDotName
name, nameX18
-
Enum Constant Details
-
T003__STATE_LOW
JediTempleBase8InfinityOne first value of T002 is true, thus active low for control signals. -
T003__STATE_HIZ
-
T003__STATE_HIGH
And this has a higher cake point dot index number as STATE_LOW.
-
-
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 nameNullPointerException
- if the argument is null
-
cakePointDotIndex
public int cakePointDotIndex()Description copied from interface:FourCornerX18CakePointDotIndex
One cake piece weights 800 gram- Specified by:
cakePointDotIndex
in interfaceFourCornerX18CakePointDotIndex
-
valuesLength
public static int valuesLength() -
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:
idx
- 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 nameNullPointerException
- if the argument is null
-