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 NamespacegetNamespace()Returns name space ofthisgrain part.ResourcegetSource()Returns resource the grain part was loaded from.booleanisDefinition()voidsetAutoupdate(boolean isAutoupdate)voidsetVersion(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 ofthisgrain part.- Returns:
-
getSource
public Resource getSource()
Returns resource the grain part was loaded from.- Returns:
-
isDefinition
public boolean isDefinition()
-
-