g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.posix
Interface UserNameType

All Known Implementing Classes:
UserNameTypeImpl

public interface UserNameType

A representation of the model object 'User Name Type'.

The following features are supported:

See Also:
PosixPackage.getUserNameType()

Method Summary
 FeatureMap getAnyAttribute()
          Returns the value of the 'Any Attribute' attribute list.
 java.lang.String getValue()
          Returns the value of the 'Value' attribute
 void setValue(java.lang.String value)
          Sets the value of the 'Value' attribute
 

Method Detail

getValue

java.lang.String getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(String), PosixPackage.getUserNameType_Value()

setValue

void setValue(java.lang.String value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()

getAnyAttribute

FeatureMap getAnyAttribute()
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
PosixPackage.getUserNameType_AnyAttribute()

g-Eclipse
Release 1.0.0