public abstract class ExtendedPropertyTag
extends java.lang.Object
| Constructor and Description |
|---|
ExtendedPropertyTag() |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getGuid()
Gets the guid.
|
PropertyType |
getType()
Gets the type.
|
void |
setGuid(byte[] guid)
Sets the guid.
|
void |
setType(PropertyType type)
Sets the type.
|
public byte[] getGuid()
public void setGuid(byte[] guid)
guid - the new guidpublic PropertyType getType()
public void setType(PropertyType type)
type - the new type