public class ExtendedAttribute extends Object
Represents extended attributes.
Constructor and Description |
---|
ExtendedAttribute() |
Modifier and Type | Method and Description |
---|---|
ExtendedAttributeDefinition |
getAttributeDefinition()
Returns of sets the attribute definition
|
int |
getDurationFormat()
Returns or sets the duration format.
|
String |
getFieldId()
Returns or sets the id of a field.
|
String |
getValue()
Returns or sets the value of a field.
|
String |
getValueGuid()
Returns or sets the guid of a value.
|
void |
setAttributeDefinition(ExtendedAttributeDefinition value) |
void |
setDurationFormat(int value) |
void |
setFieldId(String value) |
void |
setValue(String value) |
void |
setValueGuid(String value) |
public String getFieldId()
Returns or sets the id of a field.
Read/write string
.
public void setFieldId(String value)
public String getValue()
Returns or sets the value of a field.
Read/write string
.
public void setValue(String value)
public String getValueGuid()
Returns or sets the guid of a value.
Read/write string
.
public void setValueGuid(String value)
public int getDurationFormat()
Returns or sets the duration format.
Read/write TimeUnitType
.
public void setDurationFormat(int value)
public ExtendedAttributeDefinition getAttributeDefinition()
Returns of sets the attribute definition
public void setAttributeDefinition(ExtendedAttributeDefinition value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.