public interface MemberMetadata
extends org.eclipse.emf.ecore.EObject
The following features are supported:
JavaPackage.getMemberMetadata()| Modifier and Type | Method and Description |
|---|---|
MetadataCategory |
getCategory()
Returns the value of the 'Category' attribute.
|
java.lang.String |
getName()
Returns the value of the 'Name' attribute
|
java.lang.String |
getType()
Returns the value of the 'Type' attribute
|
boolean |
isArray()
Returns the value of the 'Array' attribute
|
void |
setArray(boolean value)
Sets the value of the '
Array' attribute |
void |
setCategory(MetadataCategory value)
Sets the value of the '
Category' attribute |
void |
setName(java.lang.String value)
Sets the value of the '
Name' attribute |
void |
setType(java.lang.String value)
Sets the value of the '
Type' attribute |
MetadataCategory getCategory()
MetadataCategory.
If the meaning of the 'Category' attribute isn't clear, there really should be more of a description here...
MetadataCategory,
setCategory(MetadataCategory),
JavaPackage.getMemberMetadata_Category()void setCategory(MetadataCategory value)
Category' attribute.
value - the new value of the 'Category' attribute.MetadataCategory,
getCategory()boolean isArray()
If the meaning of the 'Array' attribute isn't clear, there really should be more of a description here...
setArray(boolean),
JavaPackage.getMemberMetadata_Array()void setArray(boolean value)
Array' attribute.
value - the new value of the 'Array' attribute.isArray()java.lang.String getType()
If the meaning of the 'Type' attribute isn't clear, there really should be more of a description here...
setType(String),
JavaPackage.getMemberMetadata_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()java.lang.String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
JavaPackage.getMemberMetadata_Name()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.