Class TypeParameters
- java.lang.Object
-
- org.dddjava.jig.domain.model.parts.classes.type.TypeParameters
-
public class TypeParameters extends java.lang.Object型パラメーター一覧
-
-
Constructor Summary
Constructors Constructor Description TypeParameters(java.util.List<TypeIdentifier> list)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringasSimpleText()booleanempty()java.util.List<TypeIdentifier>list()
-
-
-
Constructor Detail
-
TypeParameters
public TypeParameters(java.util.List<TypeIdentifier> list)
-
-
Method Detail
-
list
public java.util.List<TypeIdentifier> list()
-
asSimpleText
public java.lang.String asSimpleText()
-
empty
public boolean empty()
-
-