public class EscherPropertyMetaData extends Object
| Modifier and Type | Field and Description | 
|---|---|
private String | 
description  | 
private byte | 
type  | 
static byte | 
TYPE_ARRAY  | 
static byte | 
TYPE_BOOLEAN  | 
static byte | 
TYPE_RGB  | 
static byte | 
TYPE_SHAPEPATH  | 
static byte | 
TYPE_SIMPLE  | 
static byte | 
TYPE_UNKNOWN  | 
| Constructor and Description | 
|---|
EscherPropertyMetaData(String description)  | 
EscherPropertyMetaData(String description,
                      byte type)  | 
public static final byte TYPE_UNKNOWN
public static final byte TYPE_BOOLEAN
public static final byte TYPE_RGB
public static final byte TYPE_SHAPEPATH
public static final byte TYPE_SIMPLE
public static final byte TYPE_ARRAY
private String description
private byte type
public EscherPropertyMetaData(String description)
description - The description of the escher property.public EscherPropertyMetaData(String description, byte type)
description - The description of the escher property.type - The type of the property.public String getDescription()
public byte getType()
Copyright © 2015 Open Microscopy Environment