Package de.elo.ix.client
Class WFTypeZ
java.lang.Object
byps.BValueClass
de.elo.ix.client.ValueClass
de.elo.ix.client.WFTypeZ
- All Implemented Interfaces:
java.io.Serializable
public class WFTypeZ extends ValueClass implements java.io.Serializable
This class encapsulates the constants of the WFTypeC class.
Copyright: Copyright (c) 2004
Organisation: ELO Digital Office GmbH
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected long
bset
Bitset field for constants from the WFTypeC class. -
Constructor Summary
-
Method Summary
-
Field Details
-
bset
protected long bsetBitset field for constants from the WFTypeC class.
-
-
Constructor Details
-
Method Details
-
getBset
public long getBset() -
setBset
public void setBset(long bset) -
add
public void add(long v) -
sub
public void sub(long v) -
isAllTrue
public boolean isAllTrue(long v) -
isTrue
public boolean isTrue(long v) -
equals
public boolean equals(java.lang.Object rhs)- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-