-
public class ModelChangeTags
-
-
Field Summary
Fields Modifier and Type Field Description private final StringNORMALprivate final StringNO_PROPOGATEprivate final StringHYDRATEpublic final static ModelChangeTagsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetNORMAL()A change was performed through normal means. final StringgetNO_PROPOGATE()A change was performed that should not be propogated to the backend. final StringgetHYDRATE()A change was performed through the backend hydrating the model. -
-
Method Detail
-
getNO_PROPOGATE
final String getNO_PROPOGATE()
A change was performed that should not be propogated to the backend.
-
getHYDRATE
final String getHYDRATE()
A change was performed through the backend hydrating the model.
-
-
-
-