public class SteamEconSchemaAttribute extends Object
SteamEconSchemaAttribute class.
Constructor and Description |
---|
SteamEconSchemaAttribute() |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeClass()
Getter for the field
attributeClass . |
int |
getDefIndex()
Getter for the field
defIndex . |
String |
getDescriptionFormat()
Getter for the field
descriptionFormat . |
String |
getDescriptionString()
Getter for the field
descriptionString . |
String |
getEffectType()
Getter for the field
effectType . |
double |
getMaxValue()
Getter for the field
maxValue . |
double |
getMinValue()
Getter for the field
minValue . |
String |
getName()
Getter for the field
name . |
boolean |
isHidden()
isHidden.
|
boolean |
isStoredAsInteger()
isStoredAsInteger.
|
void |
setAttributeClass(String attributeClass)
Setter for the field
attributeClass . |
void |
setDefIndex(int defIndex)
Setter for the field
defIndex . |
void |
setDescriptionFormat(String descriptionFormat)
Setter for the field
descriptionFormat . |
void |
setDescriptionString(String descriptionString)
Setter for the field
descriptionString . |
void |
setEffectType(String effectType)
Setter for the field
effectType . |
void |
setHidden(boolean hidden)
Setter for the field
hidden . |
void |
setMaxValue(double maxValue)
Setter for the field
maxValue . |
void |
setMinValue(double minValue)
Setter for the field
minValue . |
void |
setName(String name)
Setter for the field
name . |
void |
setStoredAsInteger(boolean storedAsInteger)
Setter for the field
storedAsInteger . |
String |
toString() |
public void setName(String name)
Setter for the field name
.
name
- a String
objectpublic int getDefIndex()
Getter for the field defIndex
.
public void setDefIndex(int defIndex)
Setter for the field defIndex
.
defIndex
- a intpublic String getAttributeClass()
Getter for the field attributeClass
.
String
objectpublic void setAttributeClass(String attributeClass)
Setter for the field attributeClass
.
attributeClass
- a String
objectpublic String getDescriptionString()
Getter for the field descriptionString
.
String
objectpublic void setDescriptionString(String descriptionString)
Setter for the field descriptionString
.
descriptionString
- a String
objectpublic String getDescriptionFormat()
Getter for the field descriptionFormat
.
String
objectpublic void setDescriptionFormat(String descriptionFormat)
Setter for the field descriptionFormat
.
descriptionFormat
- a String
objectpublic String getEffectType()
Getter for the field effectType
.
String
objectpublic void setEffectType(String effectType)
Setter for the field effectType
.
effectType
- a String
objectpublic boolean isHidden()
isHidden.
public void setHidden(boolean hidden)
Setter for the field hidden
.
hidden
- a booleanpublic boolean isStoredAsInteger()
isStoredAsInteger.
public void setStoredAsInteger(boolean storedAsInteger)
Setter for the field storedAsInteger
.
storedAsInteger
- a booleanpublic double getMinValue()
Getter for the field minValue
.
public void setMinValue(double minValue)
Setter for the field minValue
.
minValue
- a doublepublic double getMaxValue()
Getter for the field maxValue
.
public void setMaxValue(double maxValue)
Setter for the field maxValue
.
maxValue
- a doubleCopyright © 2016–2024. All rights reserved.