Package sk.antons.sprops.model
Class SpropsData.Property
- java.lang.Object
-
- sk.antons.sprops.model.SpropsData.Property
-
- Enclosing class:
- SpropsData
public static class SpropsData.Property extends Object
-
-
Constructor Summary
Constructors Constructor Description Property(int type, byte[] value)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetType()byte[]getValue()static SpropsData.Propertyinstance(int type, byte[] value)voidsetType(int type)voidsetValue(byte[] value)
-
-
-
Method Detail
-
getType
public int getType()
-
setType
public void setType(int type)
-
getValue
public byte[] getValue()
-
setValue
public void setValue(byte[] value)
-
instance
public static SpropsData.Property instance(int type, byte[] value)
-
-