예제 #1
0
파일: __init__.py 프로젝트: pdef/pdef-java
 def jfield_has(self, field):
     return 'has%s' % upper_first(field.name)
예제 #2
0
파일: __init__.py 프로젝트: pdef/pdef-java
 def jfield_clear(self, field):
     return 'clear%s' % upper_first(field.name)
예제 #3
0
파일: __init__.py 프로젝트: pdef/pdef-java
 def jfield_set(self, field):
     return 'set%s' % upper_first(field.name)