|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAttribute
The Interface Attribute.
| Method Summary | |
|---|---|
MimeTypeAttributeType |
getMimeTypeAttribute()
Gets the value of the mimeTypeAttribute property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getType()
Gets the value of the type property. |
boolean |
isAttachment()
Checks if is attachment. |
boolean |
isHashAttribute()
Gets the value of the hashAttribute property. |
boolean |
isKeyAttribute()
Gets the value of the keyAttribute property. |
void |
setAttachment(java.lang.Boolean value)
Sets the attachment. |
void |
setHashAttribute(java.lang.Boolean value)
Sets the value of the hashAttribute property. |
void |
setKeyAttribute(java.lang.Boolean value)
Sets the value of the keyAttribute property. |
void |
setMimeTypeAttribute(MimeTypeAttributeType value)
Sets the value of the mimeTypeAttribute property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setType(java.lang.String value)
Sets the value of the type property. |
| Method Detail |
|---|
boolean isKeyAttribute()
Booleanvoid setKeyAttribute(java.lang.Boolean value)
value - allowed object is Booleanboolean isHashAttribute()
Booleanvoid setHashAttribute(java.lang.Boolean value)
value - allowed object is Booleanjava.lang.String getName()
Stringvoid setName(java.lang.String value)
value - allowed object is Stringjava.lang.String getType()
Stringvoid setType(java.lang.String value)
value - allowed object is StringMimeTypeAttributeType getMimeTypeAttribute()
MimeTypeAttributeTypevoid setMimeTypeAttribute(MimeTypeAttributeType value)
value - allowed object is MimeTypeAttributeTypeboolean isAttachment()
void setAttachment(java.lang.Boolean value)
value - the new attachment
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||