public abstract class PBXObject extends Object
Constructor and Description |
---|
PBXObject() |
Modifier and Type | Method and Description |
---|---|
String |
generateGid(GidGenerator generator)
Generate a stable GID.
|
String |
getGlobalID() |
abstract String |
isa() |
void |
serializeInto(XcodeprojSerializer serializer)
Populates the serializer with the fields of this object.
|
void |
setGlobalID(String gid) |
int |
stableHash()
This method is used to generate stable GIDs and must be stable for identical contents.
|
String |
toString() |
public void setGlobalID(String gid)
public abstract String isa()
public void serializeInto(XcodeprojSerializer serializer)
public int stableHash()
public final String generateGid(GidGenerator generator)