Class JigStaticMember
- java.lang.Object
-
- org.dddjava.jig.domain.model.models.jigobject.class_.JigStaticMember
-
public class JigStaticMember extends java.lang.Objectクラスに静的に属するもの コンストラクタはメンバではないが、実装上はstaticファクトリメソッドと同等の役割を担うのでここで扱う。
-
-
Constructor Summary
Constructors Constructor Description JigStaticMember(JigMethods constructors, JigMethods staticMethods, StaticFieldDeclarations staticFieldDeclarations)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaticFieldDeclarationsstaticFieldDeclarations()JigMethodsstaticMethods()
-
-
-
Constructor Detail
-
JigStaticMember
public JigStaticMember(JigMethods constructors, JigMethods staticMethods, StaticFieldDeclarations staticFieldDeclarations)
-
-
Method Detail
-
staticFieldDeclarations
public StaticFieldDeclarations staticFieldDeclarations()
-
staticMethods
public JigMethods staticMethods()
-
-