SMILA 1.0 API documentation

org.eclipse.smila.connectivity.framework.schema.config.interfaces
Interface IAttribute


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

isKeyAttribute

boolean isKeyAttribute()
Gets the value of the keyAttribute property.

Returns:
possible object is Boolean

setKeyAttribute

void setKeyAttribute(java.lang.Boolean value)
Sets the value of the keyAttribute property.

Parameters:
value - allowed object is Boolean

isHashAttribute

boolean isHashAttribute()
Gets the value of the hashAttribute property.

Returns:
possible object is Boolean

setHashAttribute

void setHashAttribute(java.lang.Boolean value)
Sets the value of the hashAttribute property.

Parameters:
value - allowed object is Boolean

getName

java.lang.String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

void setName(java.lang.String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getType

java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getMimeTypeAttribute

MimeTypeAttributeType getMimeTypeAttribute()
Gets the value of the mimeTypeAttribute property.

Returns:
possible object is MimeTypeAttributeType

setMimeTypeAttribute

void setMimeTypeAttribute(MimeTypeAttributeType value)
Sets the value of the mimeTypeAttribute property.

Parameters:
value - allowed object is MimeTypeAttributeType

isAttachment

boolean isAttachment()
Checks if is attachment.

Returns:
true, if is attachment

setAttachment

void setAttachment(java.lang.Boolean value)
Sets the attachment.

Parameters:
value - the new attachment

SMILA 1.0 API documentation