public class EAttributeBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MANY |
Constructor and Description |
---|
EAttributeBuilder() |
Modifier and Type | Method and Description |
---|---|
static EAttributeBuilder |
anEAttribute() |
org.eclipse.emf.ecore.EAttribute |
build() |
EAttributeBuilder |
named(String name) |
EAttributeBuilder |
withBounds(int lower,
int upper) |
EAttributeBuilder |
withType(org.eclipse.emf.ecore.EClassifier type) |
public static EAttributeBuilder anEAttribute()
public EAttributeBuilder named(String name)
public EAttributeBuilder withType(org.eclipse.emf.ecore.EClassifier type)
public org.eclipse.emf.ecore.EAttribute build()
public EAttributeBuilder withBounds(int lower, int upper)
Copyright © 2016. All rights reserved.