|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ehcache.xml.model.MemoryType
public class MemoryType
Java class for memory-type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="memory-type"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>positiveInteger"> <attribute name="unit" type="{http://www.ehcache.org/v3}memory-unit" default="b" /> </extension> </simpleContent> </complexType>
Field Summary | |
---|---|
protected MemoryUnit |
unit
|
protected java.math.BigInteger |
value
|
Constructor Summary | |
---|---|
MemoryType()
|
Method Summary | |
---|---|
MemoryUnit |
getUnit()
Gets the value of the unit property. |
java.math.BigInteger |
getValue()
Gets the value of the value property. |
void |
setUnit(MemoryUnit value)
Sets the value of the unit property. |
void |
setValue(java.math.BigInteger value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.math.BigInteger value
protected MemoryUnit unit
Constructor Detail |
---|
public MemoryType()
Method Detail |
---|
public java.math.BigInteger getValue()
BigInteger
public void setValue(java.math.BigInteger value)
value
- allowed object is
BigInteger
public MemoryUnit getUnit()
MemoryUnit
public void setUnit(MemoryUnit value)
value
- allowed object is
MemoryUnit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |