Package de.elo.ix.client.health
Class HealthCheckInfoC
java.lang.Object
de.elo.ix.client.health.HealthCheckInfoC
- All Implemented Interfaces:
Serializable
Bit constants for members of HealthCheckInfo
Copyright: Copyright (c) 2003
Organisation: ELO Digital Office GmbH
- Since:
- 10.00.020.015
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
Column length: Numeric value.protected int
Column length: Value name.protected int
Column length: Sample size for mean values.protected int
Column length: String value.static final long
All valid member bits.static final long
Member bit: Numeric value.static final long
Member bit: Value name.static final long
Member bit: Sample size for mean values.static final long
Member bit: String value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
long
long
long
long
long
void
setLnDoubleValue
(int v) void
setLnName
(int v) void
setLnSampleSize
(int v) void
setLnStringValue
(int v) void
setMbAllMembers
(long v) void
setMbDoubleValue
(long v) void
setMbName
(long v) void
setMbSampleSize
(long v) void
setMbStringValue
(long v)
-
Field Details
-
mbName
public static final long mbNameMember bit: Value name. DB column: name- See Also:
-
lnName
protected int lnNameColumn length: Value name. DB column: name -
mbStringValue
public static final long mbStringValueMember bit: String value. Either this or#doubleValue
has to be set. DB column: stringValue- See Also:
-
lnStringValue
protected int lnStringValueColumn length: String value. Either this or#doubleValue
has to be set. DB column: stringValue -
mbDoubleValue
public static final long mbDoubleValueMember bit: Numeric value. Either this value or#stringValue
has to be set. DB column: doubleValue- See Also:
-
lnDoubleValue
protected int lnDoubleValueColumn length: Numeric value. Either this value or#stringValue
has to be set. DB column: doubleValue -
mbSampleSize
public static final long mbSampleSizeMember bit: Sample size for mean values. If#doubleValue
is a arithmetic mean, this value gives the DB column: sampleSize- See Also:
-
lnSampleSize
protected int lnSampleSizeColumn length: Sample size for mean values. If#doubleValue
is a arithmetic mean, this value gives the DB column: sampleSize -
mbAllMembers
public static final long mbAllMembersAll valid member bits.- See Also:
-
-
Constructor Details
-
HealthCheckInfoC
public HealthCheckInfoC()
-
-
Method Details
-
getMbName
public long getMbName() -
setMbName
public void setMbName(long v) -
getLnName
public int getLnName() -
setLnName
public void setLnName(int v) -
getMbStringValue
public long getMbStringValue() -
setMbStringValue
public void setMbStringValue(long v) -
getLnStringValue
public int getLnStringValue() -
setLnStringValue
public void setLnStringValue(int v) -
getMbDoubleValue
public long getMbDoubleValue() -
setMbDoubleValue
public void setMbDoubleValue(long v) -
getLnDoubleValue
public int getLnDoubleValue() -
setLnDoubleValue
public void setLnDoubleValue(int v) -
getMbSampleSize
public long getMbSampleSize() -
setMbSampleSize
public void setMbSampleSize(long v) -
getLnSampleSize
public int getLnSampleSize() -
setLnSampleSize
public void setLnSampleSize(int v) -
getMbAllMembers
public long getMbAllMembers() -
setMbAllMembers
public void setMbAllMembers(long v)
-