public class NameDesignObject<T> extends DesignObject<T>
| Constructor and Description |
|---|
NameDesignObject(ObjType type,
List<String> objects) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getObjects() |
ObjType |
getType() |
String |
requireOneObject() |
String |
toString() |
Stream<UnsupportedConstraintElement> |
toUnsupportedConstraintElement() |
String |
toXdc() |
requireCastUnwrappedObject, requireUnwrapTclObject, unwrapTclObjectpublic NameDesignObject(ObjType type, List<String> objects)
public String toString()
toString in class Objectpublic String toXdc()
toXdc in class DesignObject<T>public Stream<UnsupportedConstraintElement> toUnsupportedConstraintElement()
toUnsupportedConstraintElement in class DesignObject<T>public ObjType getType()
public List<String> getObjects()
public String requireOneObject()