Interface ObjectNamePrototype
-
- All Known Implementing Classes:
ObjectNamePrototype.ObjectNameWithDomainAndTypePrototype,ObjectNamePrototype.ObjectNameWithDomainTypeAndNamePrototype
public interface ObjectNamePrototype
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classObjectNamePrototype.ObjectNameWithDomainAndTypePrototypestatic classObjectNamePrototype.ObjectNameWithDomainTypeAndNamePrototype
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectNameBuildercopy()static ObjectNamePrototypewithDomainAndType(String domain, String type)static ObjectNamePrototypewithDomainTypeAndName(String domain, String type, String name)
-
-
-
Method Detail
-
withDomainAndType
static ObjectNamePrototype withDomainAndType(String domain, String type)
-
withDomainTypeAndName
static ObjectNamePrototype withDomainTypeAndName(String domain, String type, String name)
-
copy
ObjectNameBuilder copy()
-
-