| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValueSize | |
|---|---|
| com.apelon.dts.client.attribute | Attributes are items of information attached to concepts or terms, or other attributes. | 
| Uses of PropertyValueSize in com.apelon.dts.client.attribute | 
|---|
| Fields in com.apelon.dts.client.attribute declared as PropertyValueSize | |
|---|---|
static PropertyValueSize | 
PropertyValueSize.BIG
 | 
static PropertyValueSize | 
PropertyValueSize.INDEXABLE
 | 
static PropertyValueSize | 
PropertyValueSize.SEARCHABLE
 | 
| Methods in com.apelon.dts.client.attribute that return PropertyValueSize | |
|---|---|
 PropertyValueSize | 
DTSPropertyType.getValueSize()
Gets the size category of the property value: indexable property, searchable property, or big property  | 
| Methods in com.apelon.dts.client.attribute with parameters of type PropertyValueSize | |
|---|---|
 void | 
DTSPropertyType.setValueSize(PropertyValueSize newValueSize)
Sets size category of the property value: indexable property, searchable property, or big property.  | 
| Constructors in com.apelon.dts.client.attribute with parameters of type PropertyValueSize | |
|---|---|
DTSPropertyType(String name,
                int namespaceId,
                PropertyValueSize valueSize,
                ModifiesItemType attachesTo,
                boolean isWordSearchable)
Constructs a new PropertyType for concepts or terms: the id and code for this type are generated when it is added to the server.  | 
|
DTSPropertyType(String name,
                int id,
                String code,
                int namespaceId,
                PropertyValueSize valueSize,
                ModifiesItemType attachesTo,
                boolean isWordSearchable)
Constructs a new PropertyType for concepts or terms.  | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||