Package com.emc.documentum.rest.model
Class Attribute<T>
java.lang.Object
com.emc.documentum.rest.model.Attribute<T>
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Attribute
public Attribute() -
Attribute
Constructor- Parameters:
name
- the attribute namevalue
- the attribute value
-
Attribute
Constructor- Parameters:
name
- the attribute namevalue
- the attribute valuedataTypeResolved
- indicates whether the value type has been resolved
-
-
Method Details
-
getName
Return the attribute name- Returns:
- the attribute name
-
isDataTypeResolved
public boolean isDataTypeResolved()Return whether the data type is resolved in the value or the value is just a raw type- Returns:
true
if the value in the attribute is resolved;false
if the value is in raw type.
-
getValue
Return the attribute value- Returns:
- the attribute value
-
isRepeating
public boolean isRepeating()Return whether the value is repeating (type ofList
)- Returns:
true
if it is repeating;false
otherwise.
-
toString
-