com.ibm.websphere.wim.model
Interface PropertiesType


public interface PropertiesType

A representation of the model object 'Properties Type'.

The following features are supported:

See Also:
ModelPackage.getPropertiesType()
Model:
Generated:

Method Summary
 java.util.List getMetaData()
          Returns the value of the 'Meta Data' containment reference list.
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
 boolean isMultiValued()
          Returns the value of the 'Multi Valued' attribute.
 boolean isSetMultiValued()
          Returns whether the value of the 'Multi Valued' attribute is set.
 void setMultiValued(boolean value)
          Sets the value of the 'Multi Valued' attribute.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 void unsetMultiValued()
          Unsets the value of the 'Multi Valued' attribute.
 

Method Detail

getMetaData

java.util.List getMetaData()
Returns the value of the 'Meta Data' containment reference list. The list contents are of type MetaDataType.

See Also:
ModelPackage.getPropertiesType_MetaData()
Model:
type="com.ibm.websphere.wim.model.MetaDataType" containment="true" resolveProxies="false"
Generated:
Return:
the value of the 'Meta Data' containment reference list.

isMultiValued

boolean isMultiValued()
Returns the value of the 'Multi Valued' attribute. The default value is "false".

See Also:
isSetMultiValued(), unsetMultiValued(), setMultiValued(boolean), ModelPackage.getPropertiesType_MultiValued()
Model:
default="false" unique="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
Generated:
Return:
the value of the 'Multi Valued' attribute.

setMultiValued

void setMultiValued(boolean value)
Sets the value of the 'Multi Valued' attribute.

Parameters:
value - the new value of the 'Multi Valued' attribute.
See Also:
isSetMultiValued(), unsetMultiValued(), isMultiValued()
Generated:

unsetMultiValued

void unsetMultiValued()
Unsets the value of the 'Multi Valued' attribute.

See Also:
isSetMultiValued(), isMultiValued(), setMultiValued(boolean)
Generated:

isSetMultiValued

boolean isSetMultiValued()
Returns whether the value of the 'Multi Valued' attribute is set.

See Also:
unsetMultiValued(), isMultiValued(), setMultiValued(boolean)
Generated:
Return:
whether the value of the 'Multi Valued' attribute is set.

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

See Also:
setName(String), ModelPackage.getPropertiesType_Name()
Model:
unique="false" dataType="org.eclipse.emf.ecore.xml.type.Token"
Generated:
Return:
the value of the 'Name' attribute.

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated: