Class FunctionType.Slot
java.lang.Object
eu.esu._2010.lokprogrammer.metadata.FunctionType.Slot
- Enclosing class:
FunctionType
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>byte">
<attribute name="volume" type="{http://www.w3.org/2001/XMLSchema}short" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbytegetValue()Gets the value of the value property.Gets the value of the volume property.inthashCode()voidsetValue(byte value) Sets the value of the value property.voidSets the value of the volume property.toString()withValue(byte value) withVolume(Short value)
-
Field Details
-
value
protected byte value -
volume
-
-
Constructor Details
-
Slot
public Slot()
-
-
Method Details
-
getValue
public byte getValue()Gets the value of the value property. -
setValue
public void setValue(byte value) Sets the value of the value property. -
getVolume
Gets the value of the volume property.- Returns:
- possible object is
Short
-
setVolume
Sets the value of the volume property.- Parameters:
value- allowed object isShort
-
toString
-
equals
-
hashCode
public int hashCode() -
withValue
-
withVolume
-