Package ru.curs.celesta.score
Class GrainPart
- java.lang.Object
-
- ru.curs.celesta.score.GrainPart
-
public final class GrainPart extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Namespace
getNamespace()
Returns name space ofthis
grain part.Resource
getSource()
Returns resource the grain part was loaded from.boolean
isDefinition()
void
setAutoupdate(boolean isAutoupdate)
void
setVersion(String version)
-
-
-
Method Detail
-
setVersion
public void setVersion(String version) throws ParseException
- Throws:
ParseException
-
setAutoupdate
public void setAutoupdate(boolean isAutoupdate)
-
getNamespace
public Namespace getNamespace()
Returns name space ofthis
grain part.- Returns:
-
getSource
public Resource getSource()
Returns resource the grain part was loaded from.- Returns:
-
isDefinition
public boolean isDefinition()
-
-