Modifier and Type | Field and Description |
---|---|
static int |
ALN |
static int |
NUMERIC |
static int |
UNSET |
Constructor and Description |
---|
ItemAttributeType(Parser parser,
ItemATTRIBUTE attrib,
ItemValueList valueList,
java.util.Locale local) |
Modifier and Type | Method and Description |
---|---|
void |
addCategory(java.lang.String category) |
boolean |
compareAndUpdate(Parser project,
ItemATTRIBUTE attrib) |
int |
getDataType() |
java.lang.String |
getDescription() |
java.lang.String |
getPageId() |
java.lang.String |
getUnitOfMeasure() |
void |
setDataType(int dataType) |
void |
setUnitOfMeasure(java.lang.String unitOfMeasure) |
java.lang.String |
toString() |
java.util.Iterator<java.lang.String> |
useWithSheets()
List of all sheets that are referenced by any attribute of this type.
|
addAttribute, attributes, base64toGUID, categoryFromAttribute, documents, export, getAttribute, getAttributeCount, getCategory, getCreatedBy, getCreatedOn, getDocument, getExternalIdentifier, getExternalObject, getExternalSystem, getExtIdentifier, getExtObject, getExtSystem, getFacilityReference, getKey, getName, getParentRef, getSourceFile, getUniqueId, isDuplicat, isMatch, isStringGUID, isStringReviUID, removeAttribute, removeDocument, resolveFacilityRef, resolveRerefences, reviUIDroExportGUID, setCategory, setCreatedBy, setCreatedOn, setCreatingContact, setDescription, setExtIdentifier, setExtObject, setExtSystem, setFacilityReference, setGuidConversionFlag, setMatch, setName, setSourceFile, setUniqueId, setUniqueIdConversionFlag, skip, update, valueHasContent
public static final int UNSET
public static final int ALN
public static final int NUMERIC
public ItemAttributeType(Parser parser, ItemATTRIBUTE attrib, ItemValueList valueList, java.util.Locale local)
public java.lang.String getPageId()
public boolean compareAndUpdate(Parser project, ItemATTRIBUTE attrib)
public void addCategory(java.lang.String category)
public int getDataType()
public void setDataType(int dataType)
public java.lang.String getDescription()
getDescription
in interface Item
getDescription
in class ItemBase
public java.lang.String getUnitOfMeasure()
public void setUnitOfMeasure(java.lang.String unitOfMeasure)
public java.util.Iterator<java.lang.String> useWithSheets()